The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script to Scan proclog files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Script to Scan proclog files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-12-2008
penchal_boddu
Registered User
Join Date: Apr 2008
Location: Bangalore
Posts: 120
ls Dir_name | xargs grep "error_pattern"
If u are having multiple error patterns use -e option
Thanks
penchal
penchal_boddu
View Public Profile
Find all posts by penchal_boddu