On 03/29/10 11:01, Matthew Ahrens wrote: > How do commands like ls and find handle printing of filenames with > arbitrary characters (newlines and such)?
In general, badly. % touch `echo '\07'` % ls <beep> % - Bart
On 03/29/10 11:01, Matthew Ahrens wrote: > How do commands like ls and find handle printing of filenames with > arbitrary characters (newlines and such)?
In general, badly. % touch `echo '\07'` % ls <beep> % - Bart