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 > Shell Programming and Scripting
.
google unix.com




Thread: Skip new line
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-11-2005
pmpx pmpx is offline
Registered User
  
 

Join Date: Sep 2005
Location: Portugal
Posts: 20
Skip new line

Hi,
how can I skip the new line of echo? In SH!!!!

echo "the date is :"
date

and result I want is
the date is : Tue Oct 11 22:24:37 WEST 2005

I've already tried including the \c inside the echo, but it didn't work.

Thanks!