From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4437CFAC.9040906@tpway.com> Date: Sat, 08 Apr 2006 17:58:52 +0300 From: "Nick S. Grechukh" MIME-Version: 1.0 To: ALT Linux Community References: <20060408162451.6dbc6a49@into.localdomain> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] =?koi8-r?b?0+Tg6+jy/CDv5fDi8/4g8fLw7urzIO/uIPPx6+7i6P4u?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 14:58:53 -0000 Archived-At: List-Archive: List-Post: Artem Zolochevskiy wrote: > for i in `ls *`; do if [ `head -n1 $i` = From ]; then sed -i '/^From/ d' > $i; fi ;done > стоя в каталоге с файлами find+sed быстрее :)