Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 1997 14:24:21 -0500
From:      Patrick Troy <ptroy@mail.hq.nasa.gov>
To:        bsmith53@juno.com, kargl@troutmask.apl.washington.edu, perrya@shoal.net.au, andrsn@andrsn.stanford.edu, koenig@tat.physik.uni-tuebingen.de, keyser@clio.rice.edu, kargl@troutmask.apl.washington.edu, questions@freebsd.org
Subject:   UNIX and happy thanks giving
Message-ID:  <3.0.32.19971126142419.007a9ad0@mail.hq.nasa.gov>

next in thread | raw e-mail | index | archive | help
How do you incorporate the "for " loop command?
How do set the configuration on BSD to support to NICs for firewall and
routing?
      1  echo "            MENU SELECTION"
      2  echo "To see your working directory type 1"
      3  echo "To see your who is logged on  type 2" 
      4  read answer
     5  case $answer in
     6  1)pwd ; sleep; clear;;
     7  2)who Iam;;
     8  esac



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