-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
ls seems to omit failed entries #11
Comments
what does gnu ls display? |
gcoreutils:
busybox is like ours:
|
i briefly looked what it'd take to patch it in and came to the conclusion that it's not important enough to be worth the effort necessary it's a rare case and you already get an indication of existence at the beginning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while working with sshfs:
l = ls -la --color=always
soulseek-remote was a (failed) target mount of
sshfs ... soulseek-remote
. seems when it's in a failed state it's omitted from the output (but just gives a lookup error)should probably be displayed anyway, perhaps with some missing info(?)
The text was updated successfully, but these errors were encountered: