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 -->
  #3 (permalink)  
Old 11-20-2008
alternapop alternapop is offline
Registered User
  
 

Join Date: Jan 2005
Posts: 13

Code:
while [ ! -s *.xml ]
  do
  printf "." 
done
echo "found it   "

that seemed to have worked... i used the above.
thanks!