Skip to content
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

Missing files with weird (invalid?) encoding #1209

Open
tkukec opened this issue Jun 27, 2023 · 0 comments
Open

Missing files with weird (invalid?) encoding #1209

tkukec opened this issue Jun 27, 2023 · 0 comments

Comments

@tkukec
Copy link

tkukec commented Jun 27, 2023

Using /sbin/exa doesn't show files after encountering a file with a weird name

  • The version of exa being used (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
  • The command-line arguments you are using
    None
  • Your operating system and hardware platform
    Arch Linux x86_64, kernel: 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant