|
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.
|