From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Denis S. Filimonov" To: community@altlinux.ru Subject: Re: [Comm] grep syntax question Date: Sat, 20 Mar 2004 21:36:37 +0600 User-Agent: KMail/1.5.4 References: <20040320183515.10d0bac1.yozhik@atom.ru> In-Reply-To: <20040320183515.10d0bac1.yozhik@atom.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200403202136.37768.den@academ.org> X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.4 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 15:36:36 -0000 Archived-At: List-Archive: List-Post: On Saturday 20 March 2004 21:35, Sergey Kuznetsov wrote: > Здравствуйте! > > Для того, чтобы вывести на экран все закомментированные строчки > какого-либо файла настройки достаточно сказать: > > cat | grep ^# grep -v ^#