Remove line number option from grep
You could use command
to remove all arguments.
command grep -I --color
Just use a backslash, as it will revert to the default grep
command and not your alias:
\grep -I --color
You could use command
to remove all arguments.
command grep -I --color
Just use a backslash, as it will revert to the default grep
command and not your alias:
\grep -I --color