Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-05-2007
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline Forum Staff  
Soulman
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 3,299
if the file is a executeable and it's in your path:

Code:
which filename

showes the file first found in your path. if it's just any file read "man find"

hth