omg awk is s.f.cool...
#!/usr/bin/ksh
cat source.log | awk 'BEGIN {x=0}
{
if ($0~"STARTINGMARK") {x=1}
if (x==1) {print $0}
if ($0~"ENDINGMARK") {x=0}
}' > output.log
14 Eylül 2010
Kaydol:
Kayıt Yorumları (Atom)
# This log is generated manually and includes small pieces of information gathered in daily work.
Hiç yorum yok:
Yorum Gönder