View Single Post
  #4   (View Single Post)  
Old 27th July 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by deadeyes View Post
This shows the (relative) path..
Because that particular find(1) command used a relative directory: "find .".

If you need a full path, use find with /path/to/your/files instead. If you don't want any path information, run the output through awk or perl or python and remove it.
Reply With Quote