which.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


WHICH(1)                  Minix Programmer's Manual                   WHICH(1)


NAME
     which - examine $PATH to see which file will be executed

SYNOPSIS
     which name

EXAMPLES

     which a.out         # Tells which a.out will be executed

DESCRIPTION

     The $PATH shell variable controls the MINIX search rules.  If  a  command
     a.out  is  given, the shell first tries to find an executable file in the
     working directory. If that fails, it looks in various system directories,
     such  as  /bin  and /usr/bin. The which command makes the same search and
     gives the absolute path of the program that will be chosen,  followed  by
     other occurrences of the file name along the path.

SEE ALSO
     man(1).































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?