List file names containing the specified string or regular expression in Linux

Source: Internet
Author: User
Command: grep-l & lt; string_or_regex & gt; & lt; file_pattern & gt; the meaning of the-l parameter (lower case L) is as follows: mangrep writes-l, -- files-with-matchesSuppressnormaloutput; insteadprintthenameofeachinputfil...

 

Command: grep-l

 

 

 

The meaning of the-l parameter (lower case L) is as follows:

 

Man grep wrote

-L, -- files-with-matches

Suppress normal output; instead print the name of each input file from which output wocould normally have been printed. The scanning will stop on the first match.

 

 

Because the first match will stop scanning the file content, the efficiency is quite high. Find the file and use other tools to view the specific content of the file.

 

 

 

Example:

 

Grep-l SELECT NSI.LOG.2011-09 -*

 

Grep-l 'nsadduser. * CRM 'NSI.LOG.2011-08 -*

 

Grep-l 'nsadduser. * CRM 'NSI.LOG.2011-08-2 *

 

 

 

[Root @ db1 logs] # grep-l 'nssadduser. * CRM 'NSI.LOG.2011-08-2 *

NSI.LOG.2011-08-22-08

NSI.LOG.2011-08-22-09

NSI.LOG.2011-08-22-10

NSI.LOG.2011-08-23-09

NSI.LOG.2011-08-25-09

NSI.LOG.2011-08-25-10

NSI.LOG.2011-08-26-08

NSI.LOG.2011-08-26-09

[Root @ db1 logs] #

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.