remove filename 'xxx xxx'

Boyd Roberts boyd at necisa.ho.necisa.oz.au
Fri Mar 22 14:14:45 AEST 1991


In article <1991Mar20.151552.16019 at ifi.unizh.ch> zhou at 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'.
>

    $ mv "xmas card" "easter egg"
    $ rm "easter egg"


Boyd Roberts			boyd at necisa.ho.necisa.oz.au

``When the going gets wierd, the weird turn pro...''



More information about the Comp.unix.shell mailing list