Link to home
Start Free TrialLog in
Avatar of epifanio67
epifanio67

asked on

Unix: how do I find string within a long log file?

AIX unix, under my dir

$ find . -name '*myLogFile*' -print
displays list of logs files, then

$ pg logfilename

this file is huge, how do I search for string within this log file? what commands should I use?
Avatar of tercex11
tercex11

grep string /filename
ASKER CERTIFIED SOLUTION
Avatar of tercex11
tercex11

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial