![]() |
|
|
|||||||
| 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 |
| How to create a alias with an argument | ting123 | UNIX for Dummies Questions & Answers | 1 | 07-11-2007 04:43 PM |
| code that reads commands from the standard i/p and executes the commands | Phrozen Smoke | High Level Programming | 4 | 01-21-2007 10:06 PM |
| Alias commands | Mars8082686 | UNIX for Dummies Questions & Answers | 2 | 08-08-2006 12:45 PM |
| argument help | brentdeback | Shell Programming and Scripting | 2 | 11-27-2005 11:53 AM |
| Alias confusion - multiple commands ? | HikerLT | UNIX for Dummies Questions & Answers | 1 | 11-17-2003 08:01 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
1 alias 2 commands 1 argument
Hi, i want make 1 alias with two commands include to do two things at the same time like this:
ex: do finger and last at the same time with only one word finla or something. Thanks.- /home/seba > finger dustin Login name: dustin In real life: Dustin Feldman Directory: /home/dustin Shell: /usr/local/bin/tcsh On since Aug 31 15:19:27 on pts/14 from eyes.tecnet.com 25 minutes Idle Time No unread mail No Plan. /home/seba > last dustin dustin pts/14 eyes.tecnet.c Fri Aug 31 15:19 still logged in dustin pts/11 eyes.tecnet.c Fri Aug 31 12:17 - 12:49 (00:31) dustin pts/1 r000-40-165-152. Fri Aug 31 08:13 - 08:14 (00:00) dustin pts/1 r000-40-164-101. Fri Aug 31 01:25 - 02:00 (00:34) wtmp begins Fri Aug 31 01:25 /home/seba > |
| Forum Sponsor | ||
|
|
|
|||
|
thanks mib, but i want to do something like this (with your example):
/home/seba > test dustin AND /home/seba > test jesse i think i have to do something like this: alias test='finger user; last user' thanks again, i nice met somebody to reply you. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|