logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

locate a program file in the users $PATH environment variable

Author

       Aleksey Cheusov <vle@gmx.net>

                                                  Jan 27, 2020                                      MKC_WHICH(1)

Description

mkc_which  takes  a  name  and  looks  for the file which would be executed had this name been given as a
       command.  The argument is searched for along the user's PATH.

Exit Status

0      if the specified command is found and executable

       1      if the specified command is nonexistent or not executable

       2      if an invalid option is specified

Name

       locate a program file in the users $PATH environment variable

Options

-x     If name is not found or non-executable, exit status is zero.

Synopsis

mkc_which[-x]name

See Also