ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Antonio <obidos@mail.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Re: Резать файл на кусочки.
Date: Tue, 24 Sep 2002 15:28:06 +0400 (MSD)
Message-ID: <Pine.LNX.4.40.0209241505560.1352-100000@tony.localnet> (raw)
In-Reply-To: <200209240828.58554.fedex@bashnet.ru>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 24 Sep 2002, Alexander Mayorov wrote:

> tail обладает привычкой выводить ПОСЛЕДНИЕ n строк, но задача в том, что
> количество строк в файлах разное,
> head вытягивает заголовки, отбрасывая конец файла...
> То есть не зная длину файла в строках, но зная длину заголовка, надо этот
> заголовок удалить :((

Тупо и в лоб, если лень читать man tail про '+'(на что намекал
Михаил Шигорин):

==
tail -n $[`wc -l $infile | awk {'print $1'}`-$lines_to_cut]
$infile > $outfile
==

Все это, естественно, одна строчка. На выходе -- файл без
lines_to_cut первых строчек.

Если же прочитать man ;-))), то просто

==
tail -n +$lines_to_cut $infile > $outfile
==

- -- 
Best regards,
	Tony.			mailto:obidos@mail.ru

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9kExJ2gaLrWRbr5URApPdAJ97RcHHKJeYaCh5qVCXfZHE0QdyJgCfS3J0
fgN/fYWtwADopnx4bla7N0I=
=+OLk
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2002-09-24 11:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-20  2:54 [Comm] " Alexander Mayorov
2002-09-20  4:54 ` Alexander Mayorov
2002-09-23 13:18 ` Alexander Mayorov
2002-09-23 15:48 ` [Comm] " Michael Shigorin
2002-09-23 16:48   ` Yura Kalinichenko
2002-09-23 17:52     ` Michael Shigorin
2002-09-23 19:00       ` Yura Kalinichenko
2002-09-24  0:08         ` Alexander Mayorov
2002-09-24  7:28           ` Artem K. Jouravsky
2002-09-24  2:28             ` Alexander Mayorov
2002-09-24  9:25               ` Michael Shigorin
2002-09-24 11:28               ` Antonio [this message]
2002-09-24 10:23           ` [Comm] [JT] òÅÚÁÔØ ÆÁÊÌ ÎÁ ËÕÓÏÞËÉ Henri Bourbon
2002-09-24 15:21           ` [Comm] Re: Резать файл на кусочки Yura Kalinichenko
2002-09-25  6:43             ` Alexander Mayorov
2002-09-25 15:18     ` "Илья Брызгалов"
2002-09-26  1:11       ` Ruslan Balkin
2002-09-26 14:30       ` Yura Kalinichenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.40.0209241505560.1352-100000@tony.localnet \
    --to=obidos@mail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git