The UNIX and Linux Forums  


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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-05-2007
redlotus72 redlotus72 is offline
Registered User
  
 

Join Date: Feb 2005
Posts: 69
no space : What this means?

movePSOrders.sh[35]: no space

for file in $(find $INPUTDIR -type f -mtime +2) ; do
#echo $file
if test -f $file; then
mv $file $OUTPURDIR
fi
done


Same code is working in other env,
I don't know why I am getting

movePSOrders.sh[35]: no space