From owner-freebsd-questions Sat Oct 26 9:19:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570AE37B401 for ; Sat, 26 Oct 2002 09:19:12 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DFF43E6A for ; Sat, 26 Oct 2002 09:19:11 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.5) with ESMTP id g9QGJAqB036753; Sat, 26 Oct 2002 12:19:10 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id g9QGJAdh036750; Sat, 26 Oct 2002 12:19:10 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: jayyness@mindspring.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Script to change bitrates of mp3s References: From: Lowell Gilbert Date: 26 Oct 2002 12:19:09 -0400 In-Reply-To: Message-ID: <44vg3puq9u.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Totally Jayyness" writes: > If BITRATE > 192 then add path/filename to textfile.txt if [ $BITRATE -gt 192 ] ; then echo $pathname >> textfile.txt ; fi This is sh syntax; I'm not enough of a masochist to script in csh... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message