[mythtv-users] Off topic. Use of AWK?

Steve Heistand steve at heistand.org
Fri Oct 24 23:27:52 UTC 2008


} I simply want to append an asterisk to the first 3 lines of a file.

awk '{if ( NR < 4 ) print "*"$0; else print $0}'

-- 
"Why is it so hot inside this handbasket?"
--
Steve Heistand
steve at heistand.org


More information about the mythtv-users mailing list