![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| please help me regarding alias | naree | Shell Programming and Scripting | 17 | 06-03-2008 01:14 AM |
| alias | klannon | Filesystems, Disks and Memory | 6 | 04-27-2006 05:36 AM |
| Alias | sunhata | Shell Programming and Scripting | 3 | 01-29-2006 03:03 AM |
| Alias | guelpth | UNIX for Dummies Questions & Answers | 2 | 02-17-2005 03:29 PM |
| Alias | klannon | UNIX for Dummies Questions & Answers | 2 | 03-10-2002 01:54 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
We just recently moved from a DG-UX (Unix V) to HP 9000 servers running POSIX. I used the c-shell in the DG-UX system mainly because the bourne-shell did not support aliasing. Now in the default posix-shell of HP aliasing is supported. The main difference seams to be that in a c-shell you can pass the cmd-line arguments to an alias by using '\!*' - this is not the case in the posix-shell (sh-shell). I know I can "pass" arguments to an alias in posix - it gets appended to the aliased cmd, but if your alias (main reason in my opinion) is a complex set of piped cmds then the arguments get again only appended to the last cmd. Is there a way to pass arguments In the sh-shell (posix) similar to "\!*" in the c-shell?
THX in advance for any help! |
| Forum Sponsor | ||
|
|