WHICH.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. WHICH(1)                  Minix Programmer's Manual                   WHICH(1)
  2. NAME
  3.      which - examine $PATH to see which file will be executed
  4. SYNOPSIS
  5.      which name
  6. EXAMPLES
  7.      which a.out         # Tells which a.out will be executed
  8. DESCRIPTION
  9.      The $PATH shell variable controls the MINIX search rules.  If  a  command
  10.      a.out  is  given, the shell first tries to find an executable file in the
  11.      working directory. If that fails, it looks in various system directories,
  12.      such  as  /bin  and /usr/bin. The which command makes the same search and
  13.      gives the absolute path of the program that will be chosen,  followed  by
  14.      other occurrences of the file name along the path.
  15. SEE ALSO
  16.      man(1).
  17.                                                                              1