From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: HB To: Michael Bykov Subject: [mdk-re] index.php Message-ID: <20010925212705.A3851@hb.ant-on.net> References: <20010925190809.68c14497.michael@michael.rsuh.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010925190809.68c14497.michael@michael.rsuh.ru>; from michael@michael.rsuh.ru on Tue, Sep 25, 2001 at 07:08:09PM +0400 Sender: mandrake-russian-admin@altlinux.ru Errors-To: mandrake-russian-admin@altlinux.ru X-BeenThere: mandrake-russian@altlinux.ru X-Mailman-Version: 2.0 Precedence: bulk Reply-To: mandrake-russian@altlinux.ru List-Help: List-Post: List-Subscribe: , List-Id: Linux-Mandrake RE / ALT Linux discussion list List-Unsubscribe: , List-Archive: Date: Tue Sep 25 21:21:11 2001 X-Original-Date: Tue, 25 Sep 2001 21:27:05 +0400 Archived-At: List-Archive: List-Post: Tue, Sep 25, 2001 at 07:08:09PM +0400, Michael Bykov wrote: > Поскажите grep чтобы найти все папки без файла index в данном > (/www/htdocs) дереве? $ find /www/htdocs -type d -exec perl -le '<{}/index.*> or print "{}"' \; ^^^^^^^ При желании, заменить index.* на index.php или что угодно по вкусу. -- HB