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