rmk@rmkhome.UUCP (Rick Kelly) (03/24/91)
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