← Useful Tips
grep -RIl "keyword" .: List only files containing a search term
Use grep -RIl "keyword" . to list only files containing a search term. It is especially handy when you live in terminals and repeat long commands.
grep -RIl "keyword" .
Why it helps
Use grep -RIl "keyword" . to list only files containing a search term. It is especially handy when you live in terminals and repeat long commands.
How to use it
- Open the relevant app or terminal.
- Use the shortcut or command above in the relevant context.
- Check the result; for commands that change data, test on a small example first.
People also search for
grep -RIl "keyword" .: List only files containing a search termgrep -RIl "keyword" .list only files containing a search termhow to list only files containing a search termLinux / WSL list only files containing a search term