Re: lug-bg: grep ? cat? tail?
- Subject: Re: lug-bg: grep ? cat? tail?
- From: mitko@xxxxxxx (Dimitar Peikov)
- Date: Thu, 16 May 2002 18:27:21 +0300
Tova ne e li po lesno?
perl -ne "if (5 .. eof()) { print; }" /var/log/xxxxx.log
On Thu, 16 May 2002 17:52:25 +0300
Boris Jordanov <borj@xxxxxxxxx> wrote:
> On Thu, 16 May 2002 17:06:47 +0300
> Borislav Nedialkov <b_ned@xxxxxxxxxxxxxxx> wrote:
>
> >
> > Otnovo Sorry - eto go raboteshto....no iska pamet?
> >
>
> Mnogo grubo, neobhodimo li e?
> =============================
> #!/usr/bin/perl
>
> open FILE, "/var/log/messages" or die $!;
>
> my $startline = 280;
> my $endline = 289;
> my $currentline = 0;
> my $line;
>
> while ($currentline<$startline)
> {
> $line=<FILE>;
> $currentline++;
> }
>
> while ($currentline<$endline)
> {
> $line=<FILE>;
> print $line;
> $currentline++;
> }
> =============================
> Gornoto e naburzo skulapeno, no pone ne iska pamet, ako ima interes
> moga da go dopisha da poema argumenti i prochee, da stane izpolzvaemo.
> Plz, ne go komentirajte kato kod, nito sum mislil proverkite dali sa
> korektni nito nishto, prosto koncepcia.
>
>
> Take care
>
>
> Boris Jordanov (borj) <borj@xxxxxxxxx>
> ICQ 10751645
>
> PGP-key-fingerprint:------------------------------
> CB23 8B52 5FBC F36A 1B61 F1ED 2831 E52D AAFF 7B08
> --------------------------------------------------
> Public-key:---------------------------------------
> http://borj.freeshell.org/borj.asc
> --------------------------------------------------
> To err is human...
> to really foul up requires the root password.
>
--
Dimitar Peikov
Programmer Analyst
Globalization Group
"We Build e-Business"
RILA Solutions
27 Building, Acad.G.Bonchev Str.
1113 Sofia, Bulgaria
phone: (+359 2) 9797320
phone: (+359 2) 9797300
fax: (+359 2) 9733355
http://www.rila.com
============================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers).
http://www.linux-bulgaria.org - Hosted by Internet Group Ltd. - Stara Zagora
To unsubscribe: http://www.linux-bulgaria.org/public/mail_list.html
============================================================================
|