Subject: 'foreach' command
To: None <netbsd-help@netbsd.org>
From: TM <ssl@vfemail.net>
List: netbsd-help
Date: 12/11/2006 17:45:12
  The following is an excerpt form the NetBSD guide -

    "Chapter 27 Obtaining the sources"

    You now must extract them all to /:
    % foreach file (*.tgz)
    ? tar -xzf $file -C /
    ? end

  What must I install from ports to have 'foreach' program in my $PATH?

  I installed 'tcl' but still no good. My OS is NetBSD-3.1.

  Thanks, TM