![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bash/Unix Command Errors | wcmmlynn | UNIX for Advanced & Expert Users | 0 | 11-13-2007 12:47 AM |
| Using variable with cp command in bash shell | maheshsri | Shell Programming and Scripting | 4 | 12-04-2006 10:30 AM |
| bash command to get the name of OS installed | sateeshgauns | UNIX for Dummies Questions & Answers | 3 | 11-22-2006 09:36 AM |
| Sort (bash command) | booboo | Shell Programming and Scripting | 5 | 03-31-2006 04:18 PM |
| Another Bash Command | Astudent | UNIX for Dummies Questions & Answers | 1 | 11-20-2000 01:01 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
In my script I use this command \c when printing(echo) out statements but this only works in the Korn Shell(ksh).
I need the same command to be used in the Bash Shell, is there one out there? Thanks, the A. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
The \c argument to echo will work in bash also.
Some version of echo also support the -n switch to suppress newlines. ex: $ echo -n Hello. Hello.$ |
||||
| Google The UNIX and Linux Forums |