You can specify multiple patterns via -e
. This is very helpful when you need to grep command output for something and preserve the header.
ps aux | grep -e TLS -e crypto
You can specify multiple patterns via -e
. This is very helpful when you need to grep command output for something and preserve the header.
ps aux | grep -e TLS -e crypto