◆Linux/명령어
[Linux] tail 원하는 단어만 찾기
쿠키린
2023. 2. 8. 17:46
tail -f 로그위치/로그파일명 | grep -wi 찾을 단어
tail -f 로그위치/로그파일명 | grep -wi 찾을 단어