The UNIX and Linux Forums  


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




Thread: Simple question
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-24-2008
lestat_ecuador lestat_ecuador is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 28
Quote:
Originally Posted by Lakris View Post
Hi,
You could try this instead:

Code:
echo -n "Number 1: "

-n suppress the newline.

/Lakris
Great asnwer, thanx!!!