![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to create alias | mumashankar | UNIX for Dummies Questions & Answers | 3 | 05-01-2008 11:21 AM |
| Create Alias on Desktop | yodomino6 | UNIX for Dummies Questions & Answers | 0 | 02-19-2008 02:36 PM |
| How to create a alias with an argument | ting123 | UNIX for Dummies Questions & Answers | 1 | 07-11-2007 08:43 PM |
| I want to create a command alias | cstovall | UNIX for Dummies Questions & Answers | 2 | 12-03-2002 10:20 AM |
| Create an alias | mozark | High Level Programming | 1 | 10-08-2002 11:17 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
You don't - just type the function on the terminal, or put the function in your .profile or maybe your .bashrc file. Code:
csadev:/home/jmcnama> pw(){
more>echo "$1 eats worms"
more>}
csadev:/home/jmcnama> pw jim
jim eats worms
That function: pw can be invoked at anytime. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|