Somthing to need...
Culture, IT, Trend, Travel , Experience korea travel & culture
2018. 6. 17.
grep keyword recursively
grep -R —include’{file patterns}’ {keyword}
## example
grep -R --include '*.xml' server # find server in xml files.
Finding older files than specif times
# created time is more than 24hour
find . -mtime +1
#find files and delete
find . -mtime +1 -exec rm
{} \;
최근 게시물
이전 게시물
홈
피드 구독하기:
글 (Atom)