Skip to content

Instantly share code, notes, and snippets.

@yagopajarino
Created August 14, 2023 15:21
Show Gist options
  • Save yagopajarino/51e9d1202bdedd06ec3c4ea56b4abe1f to your computer and use it in GitHub Desktop.
Save yagopajarino/51e9d1202bdedd06ec3c4ea56b4abe1f to your computer and use it in GitHub Desktop.
Find console.log using grep in bash
grep -R "console.log" src/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment