This tip works on both Linux and macOS.
grep -lr "my text" *.txt
This command:
- list files with the pattern
my text
- recursively
- in all
*.txt
files
This tip works on both Linux and macOS.
grep -lr "my text" *.txt
This command:
my text
*.txt
filesFor further actions, you may consider blocking this person and/or reporting abuse
Bruh Buh -
Bruh Buh -
Mike Young -
Mike Young -
Top comments (0)