bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33577: ls lacks null terminator option


From: 積丹尼 Dan Jacobson
Subject: bug#33577: ls lacks null terminator option
Date: Sun, 02 Dec 2018 18:53:06 +0800

For files with blanks in their names,
one shouldn't need this workaround:
$ ls -t | tr \\n \\0 | xargs -0 more > /tmp/z.txt
Please add a --print0 option. like find(1) has.

ls (GNU coreutils) 8.30





reply via email to

[Prev in Thread] Current Thread [Next in Thread]