Created
July 9, 2024 08:16
-
-
Save fkeck/4f1e0557aacf5481e427a9c7e11205cc to your computer and use it in GitHub Desktop.
Useful Linux command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Finding text pattern in files on Linux | |
| https://stackoverflow.com/questions/16956810 | |
| grep --include=\*.R -rnw '/home/francois/' -e "tidyverse" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment