The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 03-17-2009
g.pi g.pi is offline
Registered User
  
 

Join Date: Mar 2008
Location: US
Posts: 9
The find command may be picking up that file. You can try this, to confirm: find /path/to/inbounddata/data/* -depth -type d ! -name data

Check if the list returned contains a file named, directorynal.sh.

If it returns a whole lot of files, redirect the output to a file.