You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ends up ignoring the \ and thinks that there are 5 positional arguments ... the single quote (or double quote) should be enough for the spaces to be ignored when parsing positional args ...
The text was updated successfully, but these errors were encountered:
a command line that looks like the following:
./renameMp3.solo 'The\ Beatles\ 1967-1970\ (CD\ 1)'
ends up ignoring the
\
and thinks that there are 5 positional arguments ... the single quote (or double quote) should be enough for the spaces to be ignored when parsing positional args ...The text was updated successfully, but these errors were encountered: