![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | 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 !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ls command output in single line | arsheshadri | AIX | 7 | 04-28-2008 11:50 AM |
| Single line file editing command? | gator76 | Shell Programming and Scripting | 1 | 04-03-2008 07:09 AM |
| Append 0 for single digit entered from command line | namishtiwari | UNIX for Dummies Questions & Answers | 2 | 08-24-2007 02:01 AM |
| single line command | roshanjain2 | Shell Programming and Scripting | 4 | 02-07-2007 01:33 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi everybody..
I need to enter in bash mode and then run a command and this just in a single command line. I tried : "bash ^M| somecommand" but nothing.. How do I do to simulate the return button just right after the bash command ? Thanks.. |
| Forum Sponsor | ||
|
|
|
|||
|
ok..
you type bash.. then return.. and I am in bash mode. So , now I type a command like iostat or other.. and then I get the output to console. Well, I would like these 2 steps on a single command line since I have to run this 2 input from .NET code. Hope I make myself clear.. .. thank you.. |
|
|||
|
Quote:
bash << END command <<END |