Linux:grep multiple keywords "and" and "or"

Source: Internet
Author: User

1, or operation

' 123|ABC ' filename  //  Find file (filename) contains 123 or line '123|abc' containing ABC FileName    //  Egrep can also be used to implement '/123|abc/' filename   // how awk is implemented 2, and the Operation

2, with the operation

// displays rows that match both PATTERN1 and pattern2. 

3. Other operations

Grep-i pattern Files   // Search by case-insensitive. Default case sensitive,grep-l pattern files   // list only matching file names,grep-l pattern files   //  Lists the mismatched file names,grep-w the pattern files  // matches only the entire word, not part of the string (such as matching ' magic ' instead of ' magical '), // The matching context displays the [number] row, respectively,

Linux:grep multiple keywords "and" and "or"

Related Article

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.