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

strip " #8

Open
cypa opened this issue Apr 22, 2023 · 1 comment
Open

strip " #8

cypa opened this issue Apr 22, 2023 · 1 comment

Comments

@cypa
Copy link

cypa commented Apr 22, 2023

$ echo \"foo\" | strip \\\"
foo
$ echo \"foo\" | strip \"
bash: eval: строка 14: неожиданный конец файла во время поиска «"»
bash: eval: строка 15: синтаксическая ошибка: неожиданный конец файла
$ 

not sure if it's essential bash problem

@cypa
Copy link
Author

cypa commented Apr 22, 2023

$ echo \"foo\" | strip '\"'
foo
$ 

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