source:
trunk/essentials/app-shells/bash/examples/functions/xalias.bash
| Last change on this file was 3228, checked in by , 19 years ago | |
|---|---|
| File size: 450 bytes | |
| Line | |
|---|---|
| 1 | # xalias - convert csh alias commands to bash functions |
| 2 | # from Mohit Aron <[email protected]> |
| 3 | # posted to usenet as <[email protected]> |
| 4 | function xalias () |
| 5 | { |
| 6 | if [ "x$2" = "x" ] |
