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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-06-2003
oombera's Avatar
oombera oombera is offline
Have a day :|
 

Join Date: Aug 2002
Location: Cleveland, OH
Posts: 804
You can use the -n option of the echo command:

echo -n "."
Reply With Quote