Date: 26 Oct 2002 12:19:09 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com> To: jayyness@mindspring.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Script to change bitrates of mp3s Message-ID: <44vg3puq9u.fsf@be-well.ilk.org> In-Reply-To: <Springmail.0994.1035564314.0.50515700@webmail.atl.earthlink.net> References: <Springmail.0994.1035564314.0.50515700@webmail.atl.earthlink.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Totally Jayyness" <jayyness@mindspring.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44vg3puq9u.fsf>