Apache directory command help needed

Danlz

Senior member
Feb 24, 2000
550
0
0
I snafu'd and mistakenly uploaded a file called "Gifts from the Harp.htm". Now I can't rm or mv the file (because of the spaces in the filename obvously) and get the msg: directory or file does not exist. I've tried "rm Gifts/from/the/Harp.htm" and "rm Gifts\from\the\Harp.htm". No joy - help!
 

khtm

Platinum Member
Mar 5, 2001
2,089
0
0
Use:
rm "Gifts from the Harp.htm" or rm 'Gifts from the Harp.htm'.
One of those should work.

Good luck! :D

-khtm-