|
your_awk_command > yourfile
awk -F":" '/Grendel/{print $1 " - " $2 " - " $3}' data.txt > results.txt
The results of the parsing of data.txt will be stored in results.txt.
let us know if you have problems with this.
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|