arfoll / unrarall

bash script to unrar everything and cleanup in a given directory
GNU General Public License v3.0
261 stars 68 forks source link

line 45 - grep #57

Open dellorianes opened 1 year ago

dellorianes commented 1 year ago

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 Insufficient number of arguments. See script --help

Any help?

Thank you

arfoll commented 1 year ago

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.

blackandcold commented 8 months ago

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?

jasonh9 commented 7 months ago

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