To remove a file with dashes, slashes or other special characters, the easiest way is to access the file using its inode. To get the inode of a file, just do a ls -li. When you have that number, use find to delete the file using the following command.
Read more »How to remove files with special characters in Linux
http://www.ubuntugeek.com –
Created by smithers 14 years 2 weeks ago – Made popular 14 years 2 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments