ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Dolgov OV <dov@media-link.info>
To: community@altlinux.ru
Subject: Re: [Comm] grep -?
Date: Thu, 26 Aug 2004 17:32:33 +0300
Message-ID: <20040826173233.115d6530.dov@media-link.info> (raw)
In-Reply-To: <20040826171028.4eb691b5.dov@media-link.info>

On Thu, 26 Aug 2004 17:10:28 +0300
Dolgov OV <dov@media-link.info> wrote:

> Здравствуйте.
> 
> Вправте пожалуйста мне мозги :-)
> 
> Немогу понять как задать два патерна grep.
> Надо выбрать из файла строки, не начинающиеся на # и не пустые.
> Конкретно: 
> cat /etc/apt/source.list | grep -v ^#
> отрабатывает нориально, а вот как проигнорировать еще и пустые строки?
> 

Не знаю насколько это правильно, но помогло следующее (совершенно
случайно, методом научного тыка):

grep [:space:] sources.list | grep -v ^#

Показал только раскоментированые строки и проигнорировал пустые, что и
требовалось.

Может есть более правильный способ?

-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454


  parent reply	other threads:[~2004-08-26 14:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-26 14:10 Dolgov OV
2004-08-26 14:12 ` Alexey I. Froloff
2004-08-31 20:11   ` [Comm] " Денис Смирнов
2004-08-26 14:30 ` [Comm] " Andrey Rahmatullin
2004-08-26 14:58   ` Dolgov OV
2004-08-26 16:56     ` Andrey Rahmatullin
2004-08-27  6:24       ` Dolgov OV
2004-08-27  3:39     ` Andrey Brindeew
2004-08-26 14:32 ` Dolgov OV [this message]
2004-08-31  9:53   ` Re[2]: " php-coder
2004-08-31 10:59     ` Andrey Rahmatullin
2004-09-01  6:04       ` Re[2]: " php-coder
2004-08-26 16:17 ` Barabashka
2004-08-31 15:39   ` Barabashka

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=20040826173233.115d6530.dov@media-link.info \
    --to=dov@media-link.info \
    --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