Seperate fields in File
From: Moritz Fromwald (mfromwald_at_gmx.at)
Date: 06/30/03
- Previous message: Kenzo: "network monitor"
- Next in thread: Jason Stewart: "Re: Seperate fields in File"
- Reply: Jason Stewart: "Re: Seperate fields in File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: freebsd-questions@freebsd.org Date: Mon, 30 Jun 2003 19:43:33 +0200
Hello all,
I have a text file, which contains several data sets, separated
by a particular string ("-------.*=.*--")
I need to write a script, which processes each of these data sets
Can anyone push me in the right direction?
Is it possible to simplify the following command in several lines
run=`cat HI*.PM | grep -e '0,0' | grep 'Massenmails' | awk -F ','
{'print $3'} | awk -F ':' {'print $3'} | awk -F '\"' {'print
$1'}`
TIA & greez
moritz fromwald
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Kenzo: "network monitor"
- Next in thread: Jason Stewart: "Re: Seperate fields in File"
- Reply: Jason Stewart: "Re: Seperate fields in File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|