[wplug] leftover operation?

Brian A. Seklecki bseklecki at collaborativefusion.com
Thu Jan 21 16:53:05 EST 2010


On Thu, 2010-01-21 at 16:21 -0500, Tom Grove wrote:
> e that have # signs around them are auto-save files from your editor.
> I would grep f


Right; if anything in your local RC or profile scripts is calling some
kind of...wildcard matching and evaluation, at startup, it may be
reading a exotic file that its not escaping the name of, properly, and
bombing out.

$ mkdir fckin_csh_users
$ cd !$
$ echo deathToSun > \\?
$ echo deathToSun > \\?\ \??
$ ls
\?  \? ??

Now compare:

$ for a in *; do stat "$a"; done
$ for a in *; do stat $a; done

~BAS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://www.wplug.org/pipermail/wplug/attachments/20100121/cdabbde8/attachment.bin 


More information about the wplug mailing list