From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dmitry Ivanov To: community@altlinux.ru Subject: Re: [Comm] convert Date: Fri, 21 Mar 2003 23:53:58 +0200 User-Agent: KMail/1.5 References: <20030321201748.1bc21213.thebeast@fromru.com> In-Reply-To: <20030321201748.1bc21213.thebeast@fromru.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200303212353.58935.dimss@solutions.lv> Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: В сообщении от Пятница 21 Март 2003 19:17 Alexey Morsov написал(a): > Привет, > > Не могу понять как пользоваться convert для обработки сразу > нескольких файлов? По man надо задать (кроме опций) имя Например, for f in *.jpg ;do convert "$f" "$f.eps";done