<?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: how can i delete * like archive? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950465#M103376</link>
    <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;The same technique we have discussed works here too!  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 05 Jan 2006 15:57:20 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-01-05T15:57:20Z</dc:date>
    <item>
      <title>how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950462#M103373</link>
      <description>Hi (again), now i do not kwnow how can i delete an * like archive, i don't kwnow why system has an * like file:&lt;BR /&gt;&lt;BR /&gt;system@userone&amp;gt; ls -l&lt;BR /&gt;file1&lt;BR /&gt;file2&lt;BR /&gt;*&lt;BR /&gt;file3&lt;BR /&gt;file4&lt;BR /&gt;all files&lt;BR /&gt;file5&lt;BR /&gt;&lt;BR /&gt;how can i delete a file named "*" ?&lt;BR /&gt;&lt;BR /&gt;Thanks !!!&lt;BR /&gt;Manuales.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 15:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950462#M103373</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-05T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950463#M103374</link>
      <description>rm -i \*&lt;BR /&gt;&lt;BR /&gt;Note the -i switch to rm.  USE IT !!!  This could prevent a disaster.</description>
      <pubDate>Thu, 05 Jan 2006 15:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950463#M103374</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2006-01-05T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950464#M103375</link>
      <description>If it is truly only a '*' in theh name, you can do:&lt;BR /&gt;&lt;BR /&gt;# rm -i \*&lt;BR /&gt;&lt;BR /&gt;The back slash (\) escapes the special meaning of the * character in the shell.</description>
      <pubDate>Thu, 05 Jan 2006 15:55:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950464#M103375</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-05T15:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950465#M103376</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;The same technique we have discussed works here too!  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988269&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 05 Jan 2006 15:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950465#M103376</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-05T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950466#M103377</link>
      <description>Also see this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=955986" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=955986&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 05 Jan 2006 16:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950466#M103377</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-05T16:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950467#M103378</link>
      <description>Thanks all friends !!!&lt;BR /&gt;&lt;BR /&gt;It worked !!!&lt;BR /&gt;&lt;BR /&gt;Manuales.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 16:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950467#M103378</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-05T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: how can i delete * like archive?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950468#M103379</link>
      <description>Thanks !!!</description>
      <pubDate>Thu, 05 Jan 2006 16:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-can-i-delete-like-archive/m-p/4950468#M103379</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-05T16:34:01Z</dc:date>
    </item>
  </channel>
</rss>

