find keyword in a file
445955Jul 17 2007 — edited Jul 17 2007Hi,
I am looking for a command that can browse me thru a file for a particular keyword in UNIX.
ex: looking for keyword temp in "alert.log" file ..i.e i want to go all places one by one whereever the keyword temp comes in alertlog file on UNIX.
sample:
more alertlog.file
/temp
takes me only once to the keyword temp....how to continue till the end of file
Thanks