Use the Linux grep Command (2024)

This article explains how to start using the grep command in Linux®.

You use the grep command within a Linux or Unix-based system to perform text searches for a defined criteria of words or strings. grep stands for Globally search for a Regular Expression and Print it out.

grep syntax

The following example shows the basic command structure:

grep 'string' filename(s)

This command searches for and returns any lines of text that contain the given criteria string in filename(s).

Options:

You can add any of the following options individually or in combination to refine your search:

  • -i: Prints lines with matching criteria while ignores casing (Upper/Lowecase).
  • -l: Prints filenames only.
  • -n: Prints lines with matching criteria and line numbers.
  • -c: Prints count of lines with matching criteria.
  • -v: Prints lines not matching criteria (inverse search).
  • -w: Prints whole word matches.
  • -A n: Prints n lines after matches.
  • -B n: Prints n lines before matches.
  • -C n: Prints n lines before and after matches.

Sample grep commands with output

Example: file "example.txt" contains the following 5 lines:

hello worldHello WorldHello WorldsHello Moon321 Goodnight

Basic command: Find and print an exact match for "world"

[root@test ~]# grep world example.txthello world

Use "-i" to ignore case

[root@test ~]# grep -i world example.txthello worldHello WorldHello Worlds

Use "-n" to find and print matches and include line numbers.

[root@test ~]# grep -n Hello example.txt2:Hello World3:Hello Worlds4:Hello Moon

Use "-c" to find and print the number of line matches.

[root@test ~]# grep -c hello example.txt1

Use a combination of "-c" and "-i" to refine the search.

[root@test ~]# grep -ci hello example.txt4

Use "-v" to find and print all inverse (non-matching) lines.

[root@test ~]# grep -v world example.txtHello WorldHello WorldsHello Moon321 Goodnight

Use a combination of "-v" and "-i" to refine the search.

[root@test ~]# grep -vi world example.txtHello Moon321 Goodnight

Use "-w" to find and print whole word matches.

[root@test ~]# grep -w World example.txtHello World

Use "-A n" to find and print the matches along with "n" lines after the match.

[root@test ~]# grep -A 2 Worlds example.txtHello WorldsHello Moon321 Goodnight

Use "-B n" to find and print the matches along with "n" lines before the match.

[root@test ~]# grep -B 2 Goodnight example.txtHello WorldsHello Moon321 Goodnight

Use "CA n" to find and print the match along with "n" lines before and after the match.

[root@test ~]# grep -C 2 Worlds example.txthello worldHello WorldHello WorldsHello Moon321 Goodnight

Updated 9 months ago

Use the Linux grep Command (2024)
Top Articles
How to Buy Jpmorgan Chase & Co Stock: Invest in JPM Shares Today (Sep 13, 2024)
High-Frequency Trading - Meaning, Benefits & Risks | Religare Broking
Windcrest Little League Baseball
Myexperience Login Northwell
Workday Latech Edu
How Far Is Chattanooga From Here
Crime Scene Photos West Memphis Three
Bbc 5Live Schedule
LA Times Studios Partners With ABC News on Randall Emmett Doc Amid #Scandoval Controversy
Best Pawn Shops Near Me
Lenscrafters Huebner Oaks
Meritas Health Patient Portal
Billionaire Ken Griffin Doesn’t Like His Portrayal In GameStop Movie ‘Dumb Money,’ So He’s Throwing A Tantrum: Report
Nearest Walgreens Or Cvs Near Me
Wsop Hunters Club
Menards Eau Claire Weekly Ad
Graphic Look Inside Jeffrey Dahmer
Conan Exiles Sorcery Guide – How To Learn, Cast & Unlock Spells
Zillow Group Stock Price | ZG Stock Quote, News, and History | Markets Insider
Johnnie Walker Double Black Costco
Lost Pizza Nutrition
Amerisourcebergen Thoughtspot 2023
Poochies Liquor Store
031515 828
DIY Building Plans for a Picnic Table
Learn4Good Job Posting
Jt Closeout World Rushville Indiana
Graphic Look Inside Jeffrey Dresser
Sitting Human Silhouette Demonologist
Breckie Hill Fapello
Ippa 番号
The Complete Guide To The Infamous "imskirby Incident"
ATM Near Me | Find The Nearest ATM Location | ATM Locator NL
That1Iggirl Mega
Ticket To Paradise Showtimes Near Marshall 6 Theatre
How to play Yahoo Fantasy Football | Yahoo Help - SLN24152
What Is Kik and Why Do Teenagers Love It?
Ross Dress For Less Hiring Near Me
Craigslist - Pets for Sale or Adoption in Hawley, PA
VPN Free - Betternet Unlimited VPN Proxy - Chrome Web Store
Kenner And Stevens Funeral Home
Mitchell Kronish Obituary
Advance Auto.parts Near Me
Lady Nagant Funko Pop
Tyco Forums
Deshuesadero El Pulpo
28 Mm Zwart Spaanplaat Gemelamineerd (U999 ST9 Matte | RAL9005) Op Maat | Zagen Op Mm + ABS Kantenband
How to Choose Where to Study Abroad
E. 81 St. Deli Menu
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 6010

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.