Add which 2.21.

This commit is contained in:
Andrius Štikonas 2022-09-16 22:40:00 +01:00
parent d72c68369e
commit 9f3f65f146
6 changed files with 36 additions and 0 deletions

View file

@ -836,3 +836,10 @@ of the programming language Scheme.
We use ``guile-psyntax-bootstrapping`` project to bootstrap Guile's ``psyntax.pp``
without relying on pre-expanded code.
which 2.21
==========
``which`` shows the full path of (shell) commands. It mostly duplicates
bash built-in ``command -v`` but some scripts call ``which`` instead.
In particular, ``autogen`` scripts use it.