unrarall icon indicating copy to clipboard operation
unrarall copied to clipboard

line 45 - grep

Open dellorianes opened this issue 1 year ago • 3 comments

First o all, thank you very much for our share. I was searching something like this time ago.

I have the following error when runing the script.

line 45: grep:: command not found [31mInsufficient number of arguments. See script --help[0m

Any help?

Thank you

dellorianes avatar Aug 30 '23 13:08 dellorianes

I've noticed this as well :/ I fear something changed recently in coreutils and may or not be backwards compatible with other things...

Try the fix in the branch linked - I'll kick travis to rerun the tests, seems it's been disabled recently.

arfoll avatar Aug 30 '23 14:08 arfoll

can confirm the removal of the escape backslash resolves the issue. Really odd. As if the interpreter (bash?!) changed.

Why is the command in quotes anyway?

blackandcold avatar Dec 23 '23 21:12 blackandcold

just had this minor issue, confirmed commit 2fc8cb3 fixed the issue.

jasonh9 avatar Feb 12 '24 22:02 jasonh9