For grep expressions the OR operator is ”\|”. Here is an example using tail on a file looking for 2 strings occurrences:
1
| |
or another example to list the content of the php.ini file without comments and empty lines:
1
| |
For grep expressions the OR operator is ”\|”. Here is an example using tail on a file looking for 2 strings occurrences:
1
| |
or another example to list the content of the php.ini file without comments and empty lines:
1
| |