We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
$ cd an_empty_directory $ mkdir Applications 'Calibre Library' Desktop Documents Downloads Dropbox $ mkdir Library Movies Music Pictures Public 'Virtual Machines' $ echo $COLUMNS 80 $ /opt/homebrew/opt/uutils-coreutils/libexec/uubin/ls Applications Documents Library Pictures 'Calibre Library' Downloads Movies Public Desktop Dropbox Music 'Virtual Machines' $ /opt/homebrew/opt/uutils-coreutils/libexec/uubin/ls -F Applications/ Desktop/ Downloads/ Library/ Music/ Public/ 'Calibre Library'/ Documents/ Dropbox/ Movies/ Picture s/ 'Virtual Machines'/
As we can see, the entry “Pictures” is broken into two lines.
Expected behavior (GNU ls):
$ /opt/homebrew/opt/coreutils/libexec/gnubin/ls -F Applications/ Documents/ Library/ Pictures/ 'Calibre Library'/ Downloads/ Movies/ Public/ Desktop/ Dropbox/ Music/ 'Virtual Machines'/
For another reference (macOS ls):
$ /bin/ls -F Applications/ Downloads/ Music/ Calibre Library/ Dropbox/ Pictures/ Desktop/ Library/ Public/ Documents/ Movies/ Virtual Machines/
Versions:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce:
As we can see, the entry “Pictures” is broken into two lines.
Expected behavior (GNU ls):
For another reference (macOS ls):
Versions:
The text was updated successfully, but these errors were encountered: