![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find command takes a lot of time ( can I skip directories) | knijjar | Shell Programming and Scripting | 3 | 08-12-2008 08:08 PM |
| Query regarding the functionality of OPTIONS (SKIP=1) | thayaparani | Shell Programming and Scripting | 1 | 01-21-2008 09:54 PM |
| skip reading certain lines in a file | paulsew | UNIX for Dummies Questions & Answers | 5 | 03-26-2007 03:07 AM |
| Skip item by using substring | rwunwla | Shell Programming and Scripting | 2 | 12-16-2005 01:12 PM |
| FreeBSD skip UserConfig... | Enoch Chan | BSD | 2 | 09-03-2003 05:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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! |
|
||||
|
Try this
Code:
echo "the date is :\c" date |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|