Closed bfontaine closed 9 years ago
OSX's sed doesn't have the -r flag, but has a roughly equivalent called -E.
-r
-E
Should the if statement be == instead of just one equals?
It’s one equals in Bash, thought == is an alias for it.
==
OSX's sed doesn't have the
-r
flag, but has a roughly equivalent called-E
.