<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.unix.shell Google Group</title>
  <link>http://groups.google.com/group/comp.unix.shell</link>
  <description>Using and programming the Unix shell.</description>
  <language>en</language>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/03097409a8d2ff77?show_docid=03097409a8d2ff77</link>
  <description>
  If this is true it looks like a cygwin bug. POSIX minimums are 255 characters. &lt;br&gt; Then again, maybe that&#39;s bytes; I know some OSes use UTF-16 so 130 characters &lt;br&gt; would be 260 bytes. &lt;br&gt; If I were you I&#39;d report the exact filename (and its length) and the bug &lt;br&gt; to the cygwin mailing list. &lt;br&gt; -Wayne
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/03097409a8d2ff77?show_docid=03097409a8d2ff77</guid>
  <author>
  nos...@all.4me.invalid
  (Wayne)
  </author>
  <pubDate>Sat, 26 Jul 2008 22:59:14 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/ee5cde31aaf326b7?show_docid=ee5cde31aaf326b7</link>
  <description>
  On Jul 26, 1:39 am, Paul Colquhoun &amp;lt;postmas...@andor.dropbear.id. au&amp;gt; &lt;br&gt; wrote: &lt;br&gt; most of the files are still too long even inside the same directory. &lt;br&gt; they contain around 130 characters or more.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/ee5cde31aaf326b7?show_docid=ee5cde31aaf326b7</guid>
  <author>
  jonde...@gmail.com
  </author>
  <pubDate>Sat, 26 Jul 2008 21:18:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: tricks? to minimize forking (for cygwin bash scripts)</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/a76c534051453ef4?show_docid=a76c534051453ef4</link>
  <description>
  Cygwin is slow not because it&#39;s forking is slow but because it writes the &lt;br&gt; name of the current command to the shell windows titlebar. I used to run &lt;br&gt; it in a terminal window (rxvt) which should be available from the &lt;br&gt; Cygwin download. See &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://c2.com/cgi/wiki?BetterCygwinTerminal&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Dan Mercer
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/a76c534051453ef4?show_docid=a76c534051453ef4</guid>
  <author>
  damer...@comcast.net
  (Dan Mercer)
  </author>
  <pubDate>Sat, 26 Jul 2008 21:15:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to rename a process</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/15ba55543e46561f/3bd67eb0f11f2db6?show_docid=3bd67eb0f11f2db6</link>
  <description>
  ksh 93 can do this - see the exec command (-a option) &lt;br&gt; Dan Mercer
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/15ba55543e46561f/3bd67eb0f11f2db6?show_docid=3bd67eb0f11f2db6</guid>
  <author>
  damer...@comcast.net
  (Dan Mercer)
  </author>
  <pubDate>Sat, 26 Jul 2008 20:51:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5e71be4449fd6696?show_docid=5e71be4449fd6696</link>
  <description>
  Here&#39;s the output, with some anonymization (FYI, I&#39;m using cygwin): &lt;br&gt; 946 1781 [main] mv 6168 environ_init: GetEnvironmentStrings &lt;br&gt; returned 0x245D58 - &amp;quot;=::=::\&amp;quot; &lt;br&gt; 89 2049 [main] mv 6168 environ_init: 0x780260: ALLUSERSPROFILE=C: &lt;br&gt; \Documents and Settings\All Users &lt;br&gt; 71 2199 [main] mv 6168 environ_init: 0x7802E8: APR_ICONV_PATH=C:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5e71be4449fd6696?show_docid=5e71be4449fd6696</guid>
  <author>
  jonde...@gmail.com
  </author>
  <pubDate>Sat, 26 Jul 2008 20:27:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/916709dd9b2c40d5?show_docid=916709dd9b2c40d5</link>
  <description>
  Please run: &lt;br&gt; strace -f mv long-name short-name 2&amp;gt;&amp;amp;1 | egrep E &lt;br&gt; ..and send the result to this list. Or if you&#39;re on a System V system &lt;br&gt; rather than Linux, just substitute strace with truss. &lt;br&gt; The responses so far have focused on application-level messages. There&#39;s &lt;br&gt; a slim chance that this is a limit in the kernel/syscall being used.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/916709dd9b2c40d5?show_docid=916709dd9b2c40d5</guid>
  <author>
  dstrombergli...@gmail.com
  (Dan Stromberg)
  </author>
  <pubDate>Sat, 26 Jul 2008 18:43:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: ssh redirecting command output usign here document</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/70e31a9df6a6f0f1/a3056a3c01c68e9a?show_docid=a3056a3c01c68e9a</link>
  <description>
  I tend to avoid &amp;quot;here documents&amp;quot; (I guess it&#39;s the indentation that bugs &lt;br&gt; me - I&#39;d rather put the stuff in a shell function with a bunch of &lt;br&gt; echo&#39;s), but if you want to keep the quoting simple in your here &lt;br&gt; documents, you can use: &lt;br&gt; ssh wherever &amp;lt;&amp;lt; &#39;EOF&#39; &lt;br&gt; echo $variable_expanded_on_remote_h ost &lt;br&gt; EOF &lt;br&gt; Note the apostrophes on the first EOF - but not the second.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/70e31a9df6a6f0f1/a3056a3c01c68e9a?show_docid=a3056a3c01c68e9a</guid>
  <author>
  dstrombergli...@gmail.com
  (Dan Stromberg)
  </author>
  <pubDate>Sat, 26 Jul 2008 18:35:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: tricks? to minimize forking (for cygwin bash scripts)</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/de66a7fbd739669e?show_docid=de66a7fbd739669e</link>
  <description>
  In article &amp;lt;slrng8eej5.9ra.stephane.chaze ...@spam.is.invalid&amp;gt;, &lt;br&gt; --snip &lt;br&gt; right/thx, I understand
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/de66a7fbd739669e?show_docid=de66a7fbd739669e</guid>
  <author>
  anonb...@nyx.net
  (Name withheld by request)
  </author>
  <pubDate>Sat, 26 Jul 2008 12:45:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: tricks? to minimize forking (for cygwin bash scripts)</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/917b1e849ac13ab9?show_docid=917b1e849ac13ab9</link>
  <description>
  In article &amp;lt;g5pahc$i1...@cb.generation-on line.de&amp;gt;, &lt;br&gt; Thanks for the suggestion. &lt;br&gt; I don&#39;t think I know enough to be very effective w/&#39;strace&#39;, &lt;br&gt; but I did try a simple test below. In this case it appears that &lt;br&gt; some form of spawn is used instead of fork: &lt;br&gt; # 07:16:51 Sat 080726 0j tty0 576 /tmp &lt;br&gt; # argon adm_xyz $ cat r1
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/d539f7c2c2084f59/917b1e849ac13ab9?show_docid=917b1e849ac13ab9</guid>
  <author>
  anonb...@nyx.net
  (Name withheld by request)
  </author>
  <pubDate>Sat, 26 Jul 2008 12:24:51 UT
</pubDate>
  </item>
  <item>
  <title>HELOOO fRIENDS.....</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/6f20bc358a6a3605/2e86d6b63e6ce9ea?show_docid=2e86d6b63e6ce9ea</link>
  <description>
  HELOOO fRIENDS..... &lt;br&gt; Watch and enjoy SECRET WEB CAMS at LADIES HOSTELS And &lt;br&gt; 5 STARS HOTELS, M M S Clips, INTERNET CAFE center SEX &lt;br&gt; SCANDALS......... &lt;br&gt; ===&amp;gt; FOR MORE DETAILS CHECK THE FOLLOWING LINK &amp;lt;=== &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lovegroup341.blogspot.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Enjoy each moments
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/6f20bc358a6a3605/2e86d6b63e6ce9ea?show_docid=2e86d6b63e6ce9ea</guid>
  <author>
  nightdreams...@gmail.com
  (Enjoy)
  </author>
  <pubDate>Sat, 26 Jul 2008 09:56:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: How vi create tmp file in /tmp directory</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/5d9b20d9d38d2c91/42d0bdf552d6e8b3?show_docid=42d0bdf552d6e8b3</link>
  <description>
  Posix says that TMPDIR is to be used. (For historical reasons, &lt;br&gt; in my own code, I try a wide variety of names: TMPDIR first, &lt;br&gt; then TMP, TEMP and TEMPDIR, and use the first one I find.) &lt;br&gt; At least at one time, the recommended place for temporary files &lt;br&gt; was /var/tmp, rather than /tmp. On most modern Unix systems
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/5d9b20d9d38d2c91/42d0bdf552d6e8b3?show_docid=42d0bdf552d6e8b3</guid>
  <author>
  james.ka...@gmail.com
  (James Kanze)
  </author>
  <pubDate>Sat, 26 Jul 2008 09:52:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to access /dev/fd/0 or /dev/stdin in cygwin</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/e1a72475fedd216c/072a59fa79a6936e?show_docid=072a59fa79a6936e</link>
  <description>
  AFAIU, a &amp;quot;null pathname&amp;quot; in POSIX is an empty string, not a pathname with an &lt;br&gt; embedded NUL.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/e1a72475fedd216c/072a59fa79a6936e?show_docid=072a59fa79a6936e</guid>
  <author>
  p...@pk.invalid
  (pk)
  </author>
  <pubDate>Sat, 26 Jul 2008 08:50:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/86c589adba449959?show_docid=86c589adba449959</link>
  <description>
  you might want to try mv in combination with xargs.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/86c589adba449959?show_docid=86c589adba449959</guid>
  <author>
  mik3l3...@gmail.com
  </author>
  <pubDate>Sat, 26 Jul 2008 06:10:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5cd9ea80ce5cd599?show_docid=5cd9ea80ce5cd599</link>
  <description>
  Is &amp;quot;really-long-file-name&amp;quot; really just the file name, or is it actually &lt;br&gt; &amp;quot;/really/long/full/path/to/fil e-name&amp;quot;? &lt;br&gt; If it is actually a path, try doing: &lt;br&gt; cd really/long/full/path/to &lt;br&gt; mv file-name shorter-name &lt;br&gt; It might help things if you gave us the actual name, or even the real &lt;br&gt; length of the name. &lt;br&gt; Run this and tell us the output:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5cd9ea80ce5cd599?show_docid=5cd9ea80ce5cd599</guid>
  <author>
  postmas...@andor.dropbear.id.au
  (Paul Colquhoun)
  </author>
  <pubDate>Sat, 26 Jul 2008 05:39:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: File name too long to mv</title>
  <link>http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5047863838a9bcef?show_docid=5047863838a9bcef</link>
  <description>
  same error
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.unix.shell/browse_thread/thread/9c5dd58ea51974c9/5047863838a9bcef?show_docid=5047863838a9bcef</guid>
  <author>
  jonde...@gmail.com
  </author>
  <pubDate>Sat, 26 Jul 2008 04:32:44 UT
</pubDate>
  </item>
  </channel>
</rss>
