How do I use grep to search for "-f". it seems to interpret this as an option in the grep command rather than an actual string.
arecord --help | grep "-f"
I want to be able to search through the argument options for the arecord command
How do I use grep to search for "-f". it seems to interpret this as an option in the grep command rather than an actual string.
arecord --help | grep "-f"
I want to be able to search through the argument options for the arecord command