The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to read/process a .gz file, one line at a time?
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to read/process a .gz file, one line at a time?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
10-16-2008
vkesineni
Registered User
Join Date: Jun 2007
Posts: 5
Venkat
gzcat test1.gz|awk '/ERROR/{print $0}'
You can get with AWK like above
vkesineni
View Public Profile
Find all posts by vkesineni
Find vkesineni's past nominations received
Find vkesineni's present nominations given