I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
awk 'BEGIN { RS="\n\n"; FS="\n";} { if ( $0 ~ /\"o\"/ ) print $0; }' production.loggunzip -c production.log.gz | awk 'BEGIN { RS="\n\n"; FS="\n";} { if ( $0 ~ /text/ ) print $0; }'
Post a Comment
No comments:
Post a Comment