Hi, On Fri, 24 Mar 2006 08:49:22 -0600 "Boyd Stephen Smith Jr." <[EMAIL PROTECTED]> wrote:
> 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}'
Sad, but true: There's no "shift" in awk.
-hwh
--
[email protected] mailing list

