On 11/12/2023 09:38, Daniel Hofstetter wrote:
Hi,
The manual entry for -f on
https://www.gnu.org/software/coreutils/manual/html_node/Sorting-the-output.html#index-_002df-9
contains:
"[...] This is equivalent to the combination of --all (-a),
--sort=none (-U), -1, --color=none, and --hyperlink=none [...]."
The "-1" option seems to be incorrect because "ls -f" lists more than
one file per line with ls 9.4.
Right, that description regressed in coreutils 9.0.
I've pushed a fix.
Marking this as done.
thanks,
Pádraig