
19 Aug
2015
19 Aug
'15
10:27 p.m.
On Wednesday, August 19, 2015 at 12:14:21 PM, Jian.Luo4 wrote:
Hi Marek,
Hi,
the last sed line is invalid for my GNU sed 4.2.2. Maybe missed a semicolon?
sed -n '/^unsigned/ !b; :next {/^unsigned/ {s/[.*]/[]/;s/unsigned long/const u8/};p;n;b next}' \ # ^here
Best regards,
Nice catch, fixed before applying, thanks :)
Best regards, Marek Vasut