grep for common commands of Linux

Source: Internet
Author: User

Title: Use of the grep command

role:grep can parse a line of text, get the keyword, if the row has a keyword, will be the whole row out.

grep [-ACINV] [--color=auto] ' Find string ' filename

First, the parameters

  -A: binary files are searched for data in text mode

-C: Calculates the number of rows found matching a string

-I: Ignoring case differences, all case is considered the same

-N: Output line number

-O: Output only strings on matching

-V: Reverse selection, which shows the line without the "Find string" content

--color=auto: You can add a color display to the Found keyword section

Second, examples

Example 1: Finding all files in a directory that contain a specified string

Grep-n ' the './*

Example 2: Finding rows that contain tuse and test strings

Grep-n ' t[ue]st ' filename

Example 3: Finding blank lines and non-empty rows

Grep-n ' ^$ ' filename

Example 4:grep-v ' ^$ ' filename

grep for common commands of Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.