Created
January 26, 2021 01:39
-
-
Save geunho/80195078d4dbe071474e9d07aac85c62 to your computer and use it in GitHub Desktop.
find tips 💫
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
# 특정 단어가 포함된 파일 찾기 | |
find $FILE_PATH_TO_FIND -type f -print | xargs grep $WORD_TO_FIND |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment