From: Barabashka <linux@vlink.ru>
To: community@altlinux.ru
Subject: Re: [Comm] grep -?
Date: Thu, 26 Aug 2004 20:17:24 +0400
Message-ID: <20040826161724.GA3110@linux.vlink.ru> (raw)
In-Reply-To: <20040826171028.4eb691b5.dov@media-link.info>
On 26 Aug, 05:10, Dolgov OV wrote:
> Здравствуйте.
>
> Вправте пожалуйста мне мозги :-)
>
> Немогу понять как задать два патерна grep.
> Надо выбрать из файла строки, не начинающиеся на # и не пустые.
> Конкретно:
> cat /etc/apt/source.list | grep -v ^#
> отрабатывает нориально, а вот как проигнорировать еще и пустые строки?
grep -v "^[^#]" /etc/apt/source.list
next prev parent reply other threads:[~2004-08-26 16:17 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
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 [this message]
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=20040826161724.GA3110@linux.vlink.ru \
--to=linux@vlink.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