How to Delete Ubuntu files with Special Characters
Source : SaraAdd time : Sep 16, 2010Category: Linux > Utilities
Overview: If you has puuzle about delete the files with special characters in Ubuntu, the following tutorial will help you. This article will offer you 2 methods to delete any files with special charaters or the files whose name stats with "-".
ubuntu file delete, ubuntu special characters, ubuntu guide, ubuntu 10.10, ubuntu 10.04
Software you’ll need :
Remove Ubuntu files with Sepcial Characters by Inode
If you want to delete the files with some special characters, such as dashes, slashes, the best and easiest method is to access the file by its inode.Related Tutorials :
2. Once had the number, run the command below to delete that file by find.
find . -inum [inode] -exec rm -i {} \;
Remove Ubuntu files with Name Starting with A "-"
If you want to remove a file whose name starts with a "-", for example "-foo", use one of these commands:rm -- -foo
rm ./-foo
so,
$ rm -- -\,my\?\ funky.file\$name
Hot Topics All Topics
iPad |
Windows |
iPhone |
Mac |
Windows 7 |
Linux |
Photoshop |
Apps |
Office 2010 |
|
Android |
|
PDF |
|
Firefox |
|
Antivirus |
Latest Tutorials
- How to Convert SWF to iPad With Freeware on Windows 8
There are lots of video fomats to convert on iPad. SWF is one of the format. Do you know how to convert SWF to iPad?...
- Convert DAT to MP4: How to View DAT File on The New iPad
- Convert DVD's for iPhone 4S: How to Watch Impossible Mission...
- How to Convert The New iPad Mov on Windows 8
- 4 Steps Convert MKV to iPad 3 - Enjoy Watching Hollywood...
- How to Convert Youtube to iPad to Watch Kony 2012
- How to Edit PDF on New iPad: Free PDFOpen Alternatives
- Convert PDF to ePub on The New iPad - Free Convert PDF to ePub App...
- I Bet This Powerful Free iPad PDF Printer App You Don't Know
- A Fantastic, Free & Powerful PDF Annotation App to Annotate PDF...



















