Gentoo Archives: gentoo-user

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT: awk scripting
Date: Fri, 24 Mar 2006 15:19:36
Message-Id: 200603240849.23007.bss03@volumehost.net
In Reply to: [gentoo-user] OT: awk scripting by Sascha Lucas
1 On Friday 24 March 2006 07:34, Sascha Lucas
2 <sascha.lucas@×××××××××××××××××.de> wrote about '[gentoo-user] OT: awk
3 scripting':
4 > I want the awk analogon for "cut -f2-", which prints fields #2 to #n. Is
5 > this possible?
6
7 I think:
8 awk '{shift; shift; print $0}'
9
10 --
11 "If there's one thing we've established over the years,
12 it's that the vast majority of our users don't have the slightest
13 clue what's best for them in terms of package stability."
14 -- Gentoo Developer Ciaran McCreesh
15 --
16 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT: awk scripting Hans-Werner Hilse <hilse@×××.de>