On Friday 24 March 2006 07:34, Sascha Lucas <[EMAIL PROTECTED]> wrote about '[gentoo-user] OT: awk scripting': > I want the awk analogon for "cut -f2-", which prints fields #2 to #n. Is > this possible?
I think:
awk '{shift; shift; print $0}'
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
[email protected] mailing list

