Managing Servers/Learn to live in Terminal1 Deep Dive Grep # deep_grep(파일 이름) I'm Lil System Engineer aka.alinos I Like Grep ex) hi hello grep 1. grep 2. Case insensitive -i 3. recursively -r/-R 4. word -w 5. count -c 6. line number -n 7. invert match -v 8. Egrep -E -e 9. After/Before/aroound -A -B -C 10. Grep color --color=auto 11. grep word in file name -l -L 12. only output -o 13. position byte -b 14. Regular expression 1. grep default 문서에서 찾고 싶은 문자열.. 2020. 7. 8. 이전 1 다음