<?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 to handle metacharacters through zip command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956575#M483189</link>
    <description>&lt;P&gt;are you sure the $ is not interpreted by the shell..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try&amp;nbsp; with \$dir\$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2013 12:20:38 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2013-02-06T12:20:38Z</dc:date>
    <item>
      <title>How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5955989#M483171</link>
      <description>&lt;P&gt;Hi--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While zipping a directory, which has few subdirectories having the dollar sign in their names, the zip command fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I fix this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 23:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5955989#M483171</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2013-02-05T23:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5955995#M483172</link>
      <description>&lt;P&gt;(Why would you want files with "$" in them?&amp;nbsp; These aren't Unix friendly.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What error do you get?&lt;/P&gt;&lt;P&gt;I'm not sure why zip should care?&amp;nbsp; The shell only sees the upper directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if the "-UN w" option will help?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 23:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5955995#M483172</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-02-05T23:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956005#M483173</link>
      <description>Here is the error that I get :-&lt;BR /&gt;&lt;BR /&gt;Error: zip I/O error: No such file or directory. . zip error: Input file read failure</description>
      <pubDate>Tue, 05 Feb 2013 23:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956005#M483173</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2013-02-05T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956171#M483175</link>
      <description>&lt;P&gt;&amp;gt; While zipping a directory, which has few subdirectories having the&lt;BR /&gt;&amp;gt; dollar sign in their names, the zip command fails.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A useful problem report would offer some basic info, like, for&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zip -v&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual command used.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual output from the command.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls -l[R] &amp;lt;stuff which you were trying to archive&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Error: zip I/O error: No such file or directory. . zip error: Input&lt;BR /&gt;&amp;gt; file read failure&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Many things are possible, but, if this Zip program is even remotely&lt;BR /&gt;current, then I would not expect a name with a dollar sign to cause any&lt;BR /&gt;particular trouble.&amp;nbsp; For example, using what I have lying around on a&lt;BR /&gt;convenient Mac OS X system:&lt;BR /&gt;&lt;BR /&gt;bash-3.2$ zip3 dollar.zip -r .&lt;BR /&gt;&amp;nbsp; adding: $dir$/ (stored 0%)&lt;BR /&gt;&amp;nbsp; adding: $dir$/$name$ (stored 0%)&lt;BR /&gt;&amp;nbsp; adding: fred$fred (stored 0%)&lt;BR /&gt;&lt;BR /&gt;bash-3.2$ unzip61 -d fred dollar.zip&lt;BR /&gt;Archive:&amp;nbsp; dollar.zip&lt;BR /&gt;&amp;nbsp;&amp;nbsp; creating: fred/$dir$/&lt;BR /&gt;&amp;nbsp;extracting: fred/$dir$/$name$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;extracting: fred/fred$fred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;bash-3.2$ ls -lR fred&lt;BR /&gt;total 8&lt;BR /&gt;drwxr-xr-x&amp;nbsp; 3 sms&amp;nbsp; admin&amp;nbsp; 102 Feb&amp;nbsp; 5 21:39 $dir$&lt;BR /&gt;-rw-r--r--&amp;nbsp; 1 sms&amp;nbsp; admin&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 Feb&amp;nbsp; 5 21:33 fred$fred&lt;BR /&gt;&lt;BR /&gt;fred/$dir$:&lt;BR /&gt;total 8&lt;BR /&gt;-rw-r--r--&amp;nbsp; 1 sms&amp;nbsp; admin&amp;nbsp; 5 Feb&amp;nbsp; 5 21:38 $name$&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Zip doesn't care about dollar signs.&amp;nbsp; Like many programs, it does&lt;BR /&gt;care about permissions, so if _you_ can't read a file, then Zip probably&lt;BR /&gt;can't read it for you.&amp;nbsp; But, with approximately no useful information,&lt;BR /&gt;and my weak psychic powers, I probably can't guess what the problem is&lt;BR /&gt;here.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 03:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956171#M483175</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-02-06T03:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956575#M483189</link>
      <description>&lt;P&gt;are you sure the $ is not interpreted by the shell..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try&amp;nbsp; with \$dir\$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5956575#M483189</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2013-02-06T12:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957075#M483194</link>
      <description>&lt;P&gt;&amp;gt;are you sure the $ is not interpreted by the shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allan did say subdirectories.&amp;nbsp; And I assumed he was using zip -r on the parent directory.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 19:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957075#M483194</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-02-06T19:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957115#M483195</link>
      <description>&lt;P&gt;&amp;gt; [...] I assumed he was using zip -r on the parent directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _I_ assume that if he really wants an answer, then he'll supply&lt;BR /&gt;enough useful information to obviate such assuming and guessing, but so&lt;BR /&gt;far I see no evidence of that.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 20:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957115#M483195</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-02-06T20:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957333#M483196</link>
      <description>&lt;P&gt;Yes, am using zip r *&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:49:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957333#M483196</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2013-02-07T02:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957335#M483197</link>
      <description>Will try upgrading the version of zip tomm.</description>
      <pubDate>Thu, 07 Feb 2013 02:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957335#M483197</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2013-02-07T02:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957357#M483198</link>
      <description>&lt;P&gt;&amp;gt; Yes, am using zip r *&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Still not much useful information.&amp;nbsp; This new copy+paste technology is&lt;BR /&gt;amazing.&amp;nbsp; You should try it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Will try upgrading the version of zip tomm.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Would it hurt you to provide some useful information, as requested?&lt;BR /&gt;Around here, the oldest version I have, "Zip 2.32 (June 19th 2006)"&lt;BR /&gt;appears to have no more trouble with my test than the latest released&lt;BR /&gt;version, "Zip 3.0 (July 5th 2008)" (or the latest development code,&lt;BR /&gt;either).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 03:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957357#M483198</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-02-07T03:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957373#M483199</link>
      <description>&lt;P&gt;&amp;gt;the oldest version I have,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This also works: Zip 2.31 (March 8th 2005)&lt;/P&gt;&lt;P&gt;Even if the "*" expands to directories with "$".&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 05:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5957373#M483199</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-02-07T05:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959259#M483216</link>
      <description>Thanks upgrading zip worked.</description>
      <pubDate>Sat, 09 Feb 2013 17:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959259#M483216</guid>
      <dc:creator>allanm77</dc:creator>
      <dc:date>2013-02-09T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959275#M483218</link>
      <description>&lt;P&gt;&amp;gt; Thanks upgrading zip worked.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Would it be a complete waste of time to ask (again) which version had&lt;BR /&gt;the problem, and which didn't, and what you did, and what the actual&lt;BR /&gt;message was, and so on?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2013 18:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959275#M483218</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-02-09T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle metacharacters through zip command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959493#M483219</link>
      <description>&lt;P&gt;&amp;gt; This also works: Zip 2.31 (March 8th 2005)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Around here, after a little dredging and fiddling, so do "Zip 2.3&lt;BR /&gt;(November 29th 1999)" and "Zip 2.0 (Sept 7th 1993)", so I still suspect&lt;BR /&gt;user error over a program defect.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Would it be a complete waste of time [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Apparently so, but I'm always open to evidence.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2013 15:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-handle-metacharacters-through-zip-command/m-p/5959493#M483219</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2013-02-10T15:44:16Z</dc:date>
    </item>
  </channel>
</rss>

