The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 -->
  #1 (permalink)  
Old 11-21-2008
lestat_ecuador lestat_ecuador is offline
Registered User
  
 

Join Date: Oct 2006
Posts: 28
Exclamation Simple question

I had a script in solaris wich i read data, for example:

Code:
Number 1: _
and the cursor use to be in '_' place because in the code of the script i write:

Code:
echo "Number 1:\c"
but i copy the script to a linux and the cursor 'jump' to the begining of the next line like:

Code:
Number 1:
_
How i can keep the cursor at the end of the line like in solaris?