Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
WHICH.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH WHICH 1
- .SH NAME
- which - examine $PATH to see which file will be executed
- .SH SYNOPSIS
- fBwhich fInamefR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "which a.out" "Tells which fIa.outfR will be executed"
- .SH DESCRIPTION
- .PP
- The $PATH shell variable controls the
- s-2MINIXs+2
- search rules.
- If a command fIa.outfR 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
- fI/binfR and fI/usr/binfR.
- ThefR whichfR 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.
- .SH "SEE ALSO"
- .BR man (1).