LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   delete file (https://www.linuxquestions.org/questions/linux-newbie-8/delete-file-598627/)

dellthinker 11-10-2007 12:53 PM

delete file
 
Hi all. How would i delete a file that looks like the one below.

Code:

file 1.txt
if i do rm it tells me this

Code:

rm: cannot remove `file': No such file or directory
rm: cannot remove `1.txt': No such file or directory


Any suggestions? Thanx in advance!

Nylex 11-10-2007 01:11 PM

rm "file 1.txt", or rm file\ 1.txt.


All times are GMT -5. The time now is 07:17 AM.