Skip to content

Instantly share code, notes, and snippets.

@jay-lannister
Created November 7, 2014 12:40
Show Gist options
  • Save jay-lannister/9346dd47e1a9ec602415 to your computer and use it in GitHub Desktop.
Save jay-lannister/9346dd47e1a9ec602415 to your computer and use it in GitHub Desktop.
특정 문자열을 포함한 파일 모두 찾기
# 문자열 "mysql"이 포함된 파일을 폴더 두 군데를 뒤져서 찾는다.
#
# /System/Library/LaunchDaemons/
# /Library/LaunchDaemons/
grep mysql {,/System}/Library/LaunchDaemons/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment