Linux under grep query contains contextual information for a keyword __linux

Source: Internet
Author: User
Linux under grep displays multiple lines of information

The grep under standard Unix/linux controls the context through the following parameters

Grep-c 5 Foo file displays the line in the file matching the Foo string and the top and bottom 5 lines

Grep-b 5 foo file shows Foo and top 5 lines

GREP-A 5 foo file displays foo and the following 5 lines


If you want to import this content into a specified file, you can

Grep-c 5 foo File > NewFile

This is useful for finding problems in the server log

Count the numbers that contain a keyword

Grep-o Keyword FileName | Wc-l
If you have at most one keyword in a row, you can abbreviate:
grep-c keyword FileName


The way to view the grep version is

Grep-v

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.