<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Remove file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964081#M4531</link>
    <description>You could also use the tab key for name completion, so long as the funny characters aren't at the beginning of the name.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 02 May 2003 05:17:26 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-02T05:17:26Z</dc:date>
    <item>
      <title>Remove file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964079#M4529</link>
      <description>there are some strange files in our system , it can't be delete or move by "rm" or "mv" , but it can list by "ll" , how can I delete the file? thx.</description>
      <pubDate>Fri, 02 May 2003 01:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964079#M4529</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-05-02T01:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964080#M4530</link>
      <description>Start by getting their proper names.&lt;BR /&gt;&lt;BR /&gt;The 'ls' command has a flag '-b' which will show all non printable characters in octal mode.  Once you've figured out what their real name is, you can then do some creative things with 'rm' and 'echo' to remove them, for instance:&lt;BR /&gt;&lt;BR /&gt;rm -i `echo -e "funky\033file"`&lt;BR /&gt;&lt;BR /&gt;Failing that, you could always just use 'rm -i' with the appropraite wildcard mask ('rm -i' of course being remove interactivly (say Y/N)).</description>
      <pubDate>Fri, 02 May 2003 03:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964080#M4530</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-05-02T03:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964081#M4531</link>
      <description>You could also use the tab key for name completion, so long as the funny characters aren't at the beginning of the name.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 May 2003 05:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964081#M4531</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-02T05:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964082#M4532</link>
      <description>my way is&lt;BR /&gt;ls &amp;gt;tmp.out&lt;BR /&gt;&lt;BR /&gt;now you can see any unprintable char in your file names.  Remove the rest and add rm before the filenames and execute the tmp.out.&lt;BR /&gt;&lt;BR /&gt;Its done.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 13:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964082#M4532</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-05-02T13:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Remove file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964083#M4533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is one method I have used to remove files with bad filenames.  Use the '-i' option on the ls command to get the inode number of the file, and then use the '-inum' option in find to rm the file:&lt;BR /&gt;&lt;BR /&gt;$ ls -li oo*.txt&lt;BR /&gt;442825 -rw-r--r--    1 jpoff    users        1102 Sep 12  2002 oops.txt&lt;BR /&gt;&lt;BR /&gt;$ find -inum 442825 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 13:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remove-file/m-p/2964083#M4533</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-05-02T13:31:32Z</dc:date>
    </item>
  </channel>
</rss>

