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

tr: missing ambiguous octal escape warning #6821

Open
andrewliebenow opened this issue Oct 24, 2024 · 0 comments
Open

tr: missing ambiguous octal escape warning #6821

andrewliebenow opened this issue Oct 24, 2024 · 0 comments
Labels

Comments

@andrewliebenow
Copy link
Contributor

❯ coreutils printf '(1)' | coreutils tr -d '\501'
()%

❯ coreutils printf '(1)' | /usr/bin/tr -d '\501'
/usr/bin/tr: warning: the ambiguous octal escape \501 is being
        interpreted as the 2-byte sequence \050, 1
)%

Splitting this out from #6777 so the main issue can get fixed faster

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

No branches or pull requests

2 participants