Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 23, 2013
An "enum" for Python 3
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
Control characters in file names
Posted Nov 25, 2010 22:00 UTC (Thu) by Spudd86 (guest, #51683) [Link]
see here: http://www.dwheeler.com/essays/filenames-in-shell.html and here: http://www.dwheeler.com/essays/fixing-unix-linux-filename... although for some reason I remember it being much worse than that, though being correct everywhere in your script could eventually be a pain.
Posted Dec 2, 2010 19:19 UTC (Thu) by Ross (subscriber, #4065) [Link]
Posted Nov 25, 2010 23:30 UTC (Thu) by cmccabe (guest, #60281) [Link]
The for loop should be
for i in *; do cmd "./$i"; done;
In case one of the filenames begins with a dash.
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds