![]() |
|
|
|
|
|||||||
| 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 |
| Unable to create alias | mumashankar | UNIX for Dummies Questions & Answers | 3 | 05-01-2008 07:21 AM |
| Create Alias on Desktop | yodomino6 | UNIX for Dummies Questions & Answers | 0 | 02-19-2008 10:36 AM |
| I want to create a command alias | cstovall | UNIX for Dummies Questions & Answers | 2 | 12-03-2002 06:20 AM |
| Create an alias | mozark | High Level Programming | 1 | 10-08-2002 07: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 | Display Modes |
|
|||
|
If I want to create an alias called "cdr", and this alias need an argument (for example arg1)followed by "cdr", the result should go to the directory like "/home/ting/arg1/report/logs", the command should look like below,
alias cdr arg1 "cd /home/ting/\!$1/report/logs" (not working): Anybody can tell me how to create this alias? Thanks in advance! |
| Forum Sponsor | ||
|
|