음.. 로그 파일에서 특정 단어가 들어가있는 것 찾으려면 어떻게 하나요?
cat "로그파일" | grep "특정단어"
좀더 세련된(?) 방법 없을까요?
over the rainbow...
grep "원하는 단어" logfile
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
약간 단순무식한 방법이지만....
cat "로그파일" | grep "특정단어"
좀더 세련된(?) 방법 없을까요?
over the rainbow...
grep "원하는 단어" logfile
grep "원하는 단어" logfile
댓글 달기