home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / talk / bizarre / 23254 < prev    next >
Encoding:
Text File  |  1992-07-25  |  734 b   |  36 lines

  1. Newsgroups: talk.bizarre
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!uvaarpa!murdoch!holmes.acc.Virginia.EDU!gse9k
  3. From: gse9k@holmes.acc.Virginia.EDU (Scott Evans)
  4. Subject: Re: Short shameful aliases.
  5. Message-ID: <1992Jul24.183223.11676@murdoch.acc.Virginia.EDU>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Reply-To: thrash@virginia.edu (Scott Evans)
  8. Organization: or lack thereof
  9. References:  <5729@taurus.cs.nps.navy.mil>
  10. Date: Fri, 24 Jul 1992 18:32:23 GMT
  11. Lines: 23
  12.  
  13. rpwhite(my fax.bob rep) writes:
  14. >alias dir  'ls -la'
  15. >alias del  'rm -i'
  16. >
  17. >rp -- some habits have become vices.
  18.  
  19.  
  20. How about:
  21.  
  22. C:\UTIL> type ls.bat
  23. dir %1
  24.  
  25. C:\UTIL> type rm.bat
  26. del %1
  27.  
  28. C:\UTIL> type mv.bat
  29. copy %2 %1
  30.  
  31.  
  32. s
  33. some vices have become habits
  34.  
  35.  
  36.