home *** CD-ROM | disk | FTP | other *** search
- From: kevinl@tisdec.tis.tandy.com
- Date: 20 Aug 92 07:37 CDT
- Newsgroups: comp.unix.shell
- Subject: Re: How can I rm a file with a '&' ????
- Message-ID: <28300003@tisdec.tis.tandy.com>
- 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
- Nf-ID: #R:<S025H1G@obh.in-berlin.de>:-26:tisdec.tis.tandy.com:28300003:000:107
- Nf-From: tisdec.tis.tandy.com!kevinl Aug 20 07:37:00 1992
- References: <S025H1G@obh.in-berlin.de>
- Lines: 8
-
-
- I just tried it and, if your file name was, say, 'big&cow',
- just use:
-
- rm big\&cow
-
- This is much easier.
-
-