home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / shell / 3560 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  643 b 

  1. From: kevinl@tisdec.tis.tandy.com
  2. Date: 20 Aug 92 07:37 CDT
  3. Newsgroups: comp.unix.shell
  4. Subject: Re: How can I rm a file with a '&' ????
  5. Message-ID: <28300003@tisdec.tis.tandy.com>
  6. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!eff!news.oc.com!utacfd.uta.edu!rwsys!trsvax!trsvax!tisdec.tis.tandy.com!kevinl
  7. Nf-ID: #R:<S025H1G@obh.in-berlin.de>:-26:tisdec.tis.tandy.com:28300003:000:107
  8. Nf-From: tisdec.tis.tandy.com!kevinl    Aug 20 07:37:00 1992
  9. References: <S025H1G@obh.in-berlin.de>
  10. Lines: 8
  11.  
  12.  
  13.     I just tried it and, if your file name was, say, 'big&cow',
  14. just use:
  15.  
  16.     rm big\&cow
  17.  
  18. This is much easier.
  19.  
  20.