home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!scsing.switch.ch!sicsun!disuns2!schaefer
- From: schaefer@disuns2.epfl.ch (Marc Schaefer)
- Newsgroups: comp.sys.amiga.introduction
- Subject: Re: Aliases
- Message-ID: <5701@disun3.epfl.ch>
- Date: 25 Jan 93 10:06:37 GMT
- References: <-186469997@hpopd.pwd.hp.com>
- Reply-To: schaefer@disuns2.epfl.ch (Marc Schaefer)
- Organization: Ecole Polytechnique Federale de Lausanne
- Lines: 20
-
- No, I don't think using aliases with spaces like
- ls -laR aliased to list is possible.
-
- You have however either the possibility to add an ls-like command
- to your system, or doing a script in S: with bit s, and provided
- S: is on your path, it will work.
-
- The script should check the argument and if it is "-laR", use list.
-
- eg:
-
- .bra {
- .ket }
- .key param/A/F
-
- if EQ "-laR" {param}
- list
- elseif
- echo "syntax error"
- endif
-