I would like to use grep -o
, but in git bash there is no -o
option. Is there a way to get full working grep
in git bash, just like it's in linux bash shell?
There is no -o flag for grep http://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html
You can use sed instead
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With