Skip to content

Instantly share code, notes, and snippets.

@fkeck
Created July 9, 2024 08:16
Show Gist options
  • Select an option

  • Save fkeck/4f1e0557aacf5481e427a9c7e11205cc to your computer and use it in GitHub Desktop.

Select an option

Save fkeck/4f1e0557aacf5481e427a9c7e11205cc to your computer and use it in GitHub Desktop.
Useful Linux command
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