Created
January 10, 2022 07:52
-
-
Save mw866/edc1d20a82f26ac457e20d69b47339c2 to your computer and use it in GitHub Desktop.
#grep
This file contains 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
# Search lines | |
grep -nr 'yourString*' . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment