Search Results

Search: Posts Made By: Winsarc
3,412
Posted By Chubler_XL
Both those solutions give this for the list line:...
Both those solutions give this for the list line:

tagId=128, length=32, value=[ 34 67 23 65 21 87 45 98 34 31 30 33 31 3031 34 35 31 5f 90 30 38 30 35 38 30 34]

Fixes:
sed...
3,412
Posted By yinyuemi
Thanks for debugging the code.:b:
Thanks for debugging the code.:b:
3,412
Posted By rdcwayx
Great idea, but little bug. :) sed...
Great idea, but little bug. :)
sed '5,${:a;/]/!N;s/\n//;ta}' file

by awk:

awk 'NR<=4 {print;next}{printf $0 (/]/?RS:FS)}' infile
2,896
Posted By Franklin52
Something like this? awk -F, '/ip/{f++}f==1 &&...
Something like this?
awk -F, '/ip/{f++}f==1 && /^tagId=/{print $1 FS $3}' file
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy