Re: [GUILT PATCH 1/4] get_series: Remove comments from end of series lines
From: Eric Lesh <hidden> Date: 2016-06-15 22:43:25
Josef Sipek [off-list ref] writes:
I think the script I wrote is a bit cleaner as it more easily translates to:
if (!ignore_line) {
strip comment
print
}
to make it work, you'd need to run sed with -n to not implicitly print the
line.
Told you my sed-foo sucks ;-) You're right again, of course.
Eric