![]() |
|
|
|
|
|||||||
| 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 |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| Help with UNIX commands | suffer0 | UNIX for Dummies Questions & Answers | 2 | 03-06-2006 10:03 PM |
| unix commands ? | savagebeast | UNIX for Dummies Questions & Answers | 5 | 11-05-2002 05:31 PM |
| Maingrame to UNIX sending UNIX commands | skammer | UNIX for Dummies Questions & Answers | 2 | 06-27-2002 09:19 AM |
| Unix Commands | drukkie | UNIX for Dummies Questions & Answers | 4 | 04-26-2002 10:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi! I've found a site where you can enter a year and then you see that year on a calender. Now I must put in a ls command AND the cmd of the calender at the same time !! But how do I have to do that?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Sorry, I don't quite get you.
Otherwise I would have said, just place a semicolon between the two commands. If you need to post process the output of both commands (e.g. in a pipe) then further group them in curly brackets. e.g. Code:
$ { cal 2010; ls -l; }
|
|||
| Google The UNIX and Linux Forums |