A multithreaded implementation of the ‘which’ command
Here is an implementation of the ‘which‘ command which can tell where programs are located. /* SPDX-FileCopyrightText: 2021-2022 John Scott <jscott@posteo.net> * SPDX-License-Identifier: GPL-3.0-or-later */ /* We do not support the obsolete extension where an * omitted directory name is interpreted as the current * working directory. In $PATH = “/usr::/bin:”, the lack * of … Read more