Xref: utzoo comp.unix.shell:1741 comp.unix.questions:29726 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!crackers!cpoint!frog!rmkhome!rmk From: rmk@rmkhome.UUCP (Rick Kelly) Newsgroups: comp.unix.shell,comp.unix.questions Subject: Re: remove filename xxx xxx Message-ID: <9103232228.50@rmkhome.UUCP> Date: 24 Mar 91 08:47:00 GMT References: <1991Mar20.151552.16019@ifi.unizh.ch> Reply-To: rmk@rmkhome.UUCP (Rick Kelly) Organization: The Man With Ten Cats Lines: 19 In article <1991Mar20.151552.16019@ifi.unizh.ch> zhou@unizh.ifi.unizh.ch writes: > >I would like to know from you on how to remove a file named: XXX XXX >from the unix file system, e.g. 'rm xmas card', where 'xmas card' is >a single file name which was saved from 'rn'. Try: rm "xmas card" or Try: rm xmas*card >Thanks a lot in advance. You're welcome. Rick Kelly rmk@rmkhome.UUCP frog!rmkhome!rmk rmk@frog.UUCP