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
Using /sbin/exa doesn't show files after encountering a file with a weird name
/sbin/exa
exa --version
$ exa --version exa - list files on the command-line v0.10.1 [+git] https://the.exa.website/ $ pacman -Q exa exa 0.10.1-7
Arch Linux x86_64
6.3.7-zen1-1-zen
Intel i5-9500F (6) @ 4.400GHz
Minimal repro:
$ touch a $ touch b$'\302\237' $ touch c $ /sbin/exa (no output) $ /sbin/exa -1 a $ /bin/ls a 'b'$'\302\237' c
Originally found in this zip file: https://www.ncvvo.hr/wp-content/uploads/2021/06/MATA21ljeto1.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
/sbin/exa
doesn't show files after encountering a file with a weird nameexa --version
)None
Arch Linux x86_64
, kernel:6.3.7-zen1-1-zen
,Intel i5-9500F (6) @ 4.400GHz
Minimal repro:
Originally found in this zip file: https://www.ncvvo.hr/wp-content/uploads/2021/06/MATA21ljeto1.zip
The text was updated successfully, but these errors were encountered: