Skip to content

Instantly share code, notes, and snippets.

@geunho
Created January 26, 2021 01:39
Show Gist options
  • Save geunho/80195078d4dbe071474e9d07aac85c62 to your computer and use it in GitHub Desktop.
Save geunho/80195078d4dbe071474e9d07aac85c62 to your computer and use it in GitHub Desktop.
find tips 💫
# 특정 단어가 포함된 파일 찾기
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