Date: Sat, 11 Dec 2010 17:34:50 +0100 From: =?ISO-8859-1?Q?Samuel_Mart=EDn_Moro?= <faust64@gmail.com> To: S Mathias <smathias1972@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: bash increment in a given way Message-ID: <AANLkTimdSjkF6DozgZit7=6WgtdCUt8_abmU%2BHs6B2Rt@mail.gmail.com> In-Reply-To: <485300.96624.qm@web121409.mail.ne1.yahoo.com> References: <485300.96624.qm@web121409.mail.ne1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
something like that?
for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n<=avg) {print
$0;} n++; if (n>=max) {n=0;} }'`
do
echo welcome $i times
done
On Sat, Dec 11, 2010 at 3:34 PM, S Mathias <smathias1972@yahoo.com> wrote:
> , that i can use this, when i want
--
Samuel Martín Moro
{EPITECH.} tek5
CamTrace S.A.S
(+033) 1 41 38 37 60
1 Allée de la Venelle
92150 Suresnes
FRANCE
"Nobody wants to say how this works.
Maybe nobody knows ..."
Xorg.conf(5)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimdSjkF6DozgZit7=6WgtdCUt8_abmU%2BHs6B2Rt>
