Re: How can I see content of lines 453555 until 453590 of text file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello carlosreimer@xxxxxxxxxxxx,


On Mon, 8 May 2006 10:01:55 -0300 <carlosreimer@xxxxxxxxxxxx> wrote:

> Hello,
> 
> How can I see the content of lines 453555 to 453590 of a big text file? 
> 
> Thanks in advance!
> 

An ugly idea came to my mind:
$ tail -n 453555 /my/big/text/file | head -n $((453555-453590))


Regards,

-- 
wwp

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux