Date: Wed, 26 Oct 2005 06:39:48 -0400 From: Parv <parv@pair.com> To: Fafa Hafiz Krantz <fteg@london.com> Cc: questions@freebsd.org Subject: Re: Maintaining my music collection (off topic) Message-ID: <20051026103948.GB5168@holestein.holy.cow> In-Reply-To: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com> References: <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com>
next in thread | previous in thread | raw e-mail | index | archive | help
in message <20051026091053.8E30C83C03@ws1-1.us4.outblaze.com>, wrote Fafa Hafiz Krantz thusly... > > fix() { > find ${1+:"$@"} -name '*.nfo' | while read file ; do > cd ${file%/*} ^ ^ ^ ^ Looks like this script is not going to work in FreeBSD /bin/sh. Install one of shells/bash* (guessing) ports and run this script under that shell (unless somebody does the conversion for you). - Parv --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051026103948.GB5168>