home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: talk.bizarre
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!uvaarpa!murdoch!holmes.acc.Virginia.EDU!gse9k
- From: gse9k@holmes.acc.Virginia.EDU (Scott Evans)
- Subject: Re: Short shameful aliases.
- Message-ID: <1992Jul24.183223.11676@murdoch.acc.Virginia.EDU>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Reply-To: thrash@virginia.edu (Scott Evans)
- Organization: or lack thereof
- References: <5729@taurus.cs.nps.navy.mil>
- Date: Fri, 24 Jul 1992 18:32:23 GMT
- Lines: 23
-
- rpwhite(my fax.bob rep) writes:
- >alias dir 'ls -la'
- >alias del 'rm -i'
- >
- >rp -- some habits have become vices.
-
-
- How about:
-
- C:\UTIL> type ls.bat
- dir %1
-
- C:\UTIL> type rm.bat
- del %1
-
- C:\UTIL> type mv.bat
- copy %2 %1
-
-
- s
- some vices have become habits
-
-
-