On 14/08/16 18:13, E. Choroba wrote: > Filename containing a newline is not listed in a way reusable by shell > regardless of the --quoting-style:
There were many cases where the output from ls was unusable. This was fixed since coreutils-8.25 where the new 'shell-escape' quoting style was introduced, and in fact is used by default. $ ls a?b --quoting-style='shell-escape' 'a'$'\n''b' thanks, Pádraig
