home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / misc / test / 15591 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  639 b 

  1. Path: sparky!uunet!psinntp!rpi!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!uum1!ncrtimes!uci.uci.com!remus.rutgers.edu!cs.ucla.edu!uunet!bugs.warmer.com!wjw
  2. From: wjw@bugs.warmer.com (Wentworth J Whistlestop)
  3. Newsgroups: misc.test
  4. Subject: ls2
  5. Followup-To: misc.test
  6. Date: 20 Jan 1993 09:50:35 -0600
  7. Organization: Warmer Bros Communications
  8. Lines: 13
  9. Sender: mikes@uci.uci.com
  10. Distribution: world
  11. Message-ID: <180991@bugs.warmer.com>
  12. Reply-To: wjw@bugs.warmer.com
  13. Originator: wjw@bugs.warmer.com
  14.  
  15.  
  16. for Frame in `ls`
  17. do
  18.  
  19.     echo $Frame
  20.     if [ -f $Frame ]; then
  21.         continue;
  22.         echo not
  23.     fi
  24.     echo not
  25. done
  26.  
  27.  
  28.