Re: Sed advice needed
- From: Andre Majorel <aym-naibed@xxxxxxxxx>
- Date: Thu, 31 May 2007 18:37:49 +0200
On 2007-05-31 17:05 +0100, Piers Kittel wrote:
"181","1324.014027","111.111.111.111","111.111.111.111","RTP","Payload t
ype=ITU-T H.261, SSRC=2008229573, Seq=54520, Time=1725612773, Mark"
"185","1324.078941","111.111.111.111","111.111.111.111","RTP","Payload t
ype=ITU-T H.261, SSRC=2008229573, Seq=54521, Time=1725616276"
I need to convert the above to the below:
"181","1324.014027","111.111.111.111","111.111.111.111","RTP","54520"
"185","1324.078941","111.111.111.111","111.111.111.111","RTP","54521"
I don't know about "best" but one way to do it would be :
sed 's/Payload.*Seq=\([0-9]*\).*/\1"/'
--
André Majorel <http://www.teaser.fr/~amajorel/>
Feeling lonely ? Report a bug in the Debian BTS and make new friends.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- Sed advice needed
- From: Piers Kittel
- Sed advice needed
- Prev by Date: Re: I am ANGRY with Debian.
- Next by Date: Re: How do I listen to radio?
- Previous by thread: Sed advice needed
- Next by thread: Re: Sed advice needed
- Index(es):
Relevant Pages
|
|