![]() |
|
|
|
|
|||||||
| 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 |
| code that reads commands from the standard i/p and executes the commands | Phrozen Smoke | High Level Programming | 4 | 01-21-2007 11:06 PM |
| alias help | shafique | UNIX for Dummies Questions & Answers | 5 | 10-03-2006 09:56 AM |
| Alias confusion - multiple commands ? | HikerLT | UNIX for Dummies Questions & Answers | 1 | 11-17-2003 09:01 AM |
| Alias | JSP | UNIX for Dummies Questions & Answers | 2 | 09-29-2001 08:17 PM |
| 1 alias 2 commands 1 argument | seba | UNIX for Dummies Questions & Answers | 3 | 08-31-2001 08:26 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alias commands
how do you alias a command... Like say I wanted kitten to exicute the command whoami. how would I do that?
Thank you for your time. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It depends on the shell. Bash, Korn shell and Bourne shell is like:
Code:
alias kitten=whoami Code:
alias kitten whoami |
|
#3
|
|||
|
|||
|
Alias
Also read up on my post "shortcuts". Thanks to some really smart ppl in this forum you'd know how to get the Alias command working for you
|
|||
| Google The UNIX and Linux Forums |