in reply to Re^2: /usr/bin/perl^M: bad interpreter:
in thread /usr/bin/perl^M: bad interpreter:
The 'classic' usage is when grep'ping for a string containing dash(es) &/or minus(es) e.g. grep -- this-string some_file - which tells grep that 'this-string' is a string and not a malformed CLI option.
|
|---|