Grep

Top 5 uses of GREP command in Linux
Here are the top 5 uses of the 'grep' command. How to exclude the parameter/search string? ... Count the occurrence of a string. ... How to search in ...
How to use grep command on Debian 10
How do I grep in Linux terminal? How do I use grep to find words? What is grep command used for? How do I grep last 10 lines in Linux? Who am I comman...
Grep Exclude Term
How do I exclude words in grep? How do I filter using grep? How do I grep only one word in Linux? How do you grep for not matching? How do you grep mu...
How to Grep for Multiple Strings and Patterns
The basic grep syntax when searching multiple patterns in a file includes using the grep command followed by strings and the name of the file or its p...
Grep for Multiple Patterns or Strings
The basic grep syntax when searching multiple patterns in a file includes using the grep command followed by strings and the name of the file or its p...
Linux egrep Command with Examples
Linux egrep Command with Examples Example 2 Searching for a specific string in multiple files. ... Example 3 Recursively searching the string in the e...
Using grep (and egrep) with Regular Expressions
Grep Regular Expression In its simplest form, when no regular expression type is given, grep interpret search patterns as basic regular expressions. T...
Linux grep Command
Grep is an acronym that stands for Global Regular Expression Print. Grep is a Linux / Unix command-line tool used to search for a string of characters...
How to Allow SSH/FTP Access Based on Country using GeoIP
Allow SSH access based on GeoIP country # apt-get install geoip-database geoip-bin. ... # chmod 755 /usr/local/bin/ipfilter.sh. ... # cat /etc/hosts.d...
30 Grep Examples
What is grep command with example? How use grep command in Unix with example? How do I use grep to find words? How do I grep an IP address? What GREP ...
Using the GREP command in Linux with examples
15 Practical Grep Command Examples In Linux / UNIX Search for the given string in a single file. ... Checking for the given string in multiple files. ...
How Do You Grep Case Sensitive?
By default, grep is case sensitive. This means that the uppercase and lowercase characters are treated as distinct. To ignore case when searching, inv...