To get the grep command to show the names of files that matched instead of the content that matched, you can use the option:

To get the grep command to show the names of files that matched instead of the content that matched, you can use the option:Category: Introduction to Linux IAuthor "LinuxQuestions"To get the grep command to show the names of files that matched instead of the content that matched, you can use the option:
Linux Questions Staff asked 1 year ago

To get the grep command to show the names of files that matched instead of the content that matched, you can use the option:

  • -q
  • -l
  • -f
  • -n

About the author