Date: Thu, 1 Feb 2001 21:20:50 +0100 From: Cliff Sarginson <cliff@raggedclown.net> To: Doug Barton <DougB@gorean.org> Cc: Ana Romero <anar@ees2.oulu.fi>, Questions FreeBSD <questions@FreeBSD.ORG> Subject: Re: fast answer is needed about commands Message-ID: <20010201212050.C1056@raggedclown.net> In-Reply-To: <3A79A212.910699DC@gorean.org>; from DougB@gorean.org on Thu, Feb 01, 2001 at 09:51:14AM -0800 References: <E14NwZV-000GqM-00@post.mail.nl.demon.net> <3A79A212.910699DC@gorean.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 01, 2001 at 09:51:14AM -0800, Doug Barton wrote:
> You guys are all working too hard. :)
>
> Cliff Sarginson wrote:
> >
> > for i in *-new
> > do
> > mv $i `echo $i | sed "s/-new//"`
>
> mv $i ${i%-new}
>
> > done
>
> No reason for a seperate process at all.
>
Mmm. But my version is ..errm.. traditional,... errm portable..errm
educational ..
:)
Cliff
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?20010201212050.C1056>
