Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 1995 07:43:15 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.cdrom.com>
To:        "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Cc:        gpalmer@westhill.cdrom.com (Gary Palmer), peter@haywire.dialix.com, current@freebsd.org, jmb@freebsd.org
Subject:   Re: when is the supscan done? 
Message-ID:  <199506271443.HAB14898@freefall.cdrom.com>
In-Reply-To: Your message of "Tue, 27 Jun 95 01:05:56 PDT." <199506270805.BAA06007@gndrsh.aac.dev.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>
>Also the long list of /usr/local/bin/supscan should be converted to a
>shell function and used something like this (my shell programming
>lessons predate functions, so syntax may be wrong here).
>

Why not something more dynamic:

cd /home/sup
foreach i ( * )
supscan $i /home/sup
end

Of course thats csh not sh, but you get the idea.

>-- 
>Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
>Accurate Automation Company                 Reliable computers for FreeBSD

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506271443.HAB14898>