[Util]ANSI <-> UTF-8 변환(Encode, Decode)
·
Programing
find grep 파일명 찾기
·
Linux
find . -name "*.jsp" | xargs grep -n "smssend" jsp파일중에 smssend가 들어가 있는 파일 찾기 find / -name *kiwoom_customer.txt www]# find . -name '*.*' -type f -exec grep SAMPLE {} \; -print 또는 www]# find . -name '*.*' -type f | xargs grep SAMPLE