Subject: Re: updating, build and install order
To: NetBSD current list <current-users@netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: current-users
Date: 06/21/2003 14:09:43
[ On Saturday, June 21, 2003 at 18:41:13 (+0700), Robert Elz wrote: ]
> Subject: Re: updating, build and install order
>
> ln -f /netbsd.$((`cat version` - 1)) netbsd
or, without mixing new and old shell syntax:
ln -f /netbsd.$(($(cat version) - 1)) netbsd
:-)
--
Greg A. Woods
+1 416 218-0098; <g.a.woods@ieee.org>; <woods@robohack.ca>
Planix, Inc. <woods@planix.com>; VE3TCP; Secrets of the Weird <woods@weird.com>