Skip to content

Equal sign not tamed #109

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

Open
Its-Just-Nans opened this issue Dec 18, 2023 · 2 comments
Open

Equal sign not tamed #109

Its-Just-Nans opened this issue Dec 18, 2023 · 2 comments

Comments

@Its-Just-Nans
Copy link

The = looks like problematic in filenames

touch a=e
ls
# 'a=e'
rm a=e # works

touch a=e
ls
# 'a=e'
rm a\=e # works too ?!
@dharple
Copy link
Owner

dharple commented Mar 31, 2024

Thanks for your feedback. Can you tell me more about how it's causing a problem for you?

@Its-Just-Nans
Copy link
Author

Its-Just-Nans commented Mar 31, 2024

Why does equal sign are not tamed ?

It's a weird char as it's escaped by ls

https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_02

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

2 participants