learnxml.sh
<<<< ^^^^^ >>>>
resp='y'
echo $resp
while test "$resp" = "y"; do
   echo "hello"
   dia test.xml.gz
   rm test.xml
   gunzip test.xml.gz
   vi test.xml
   gzip test.xml
   echo -n "Do it again? (y/n)===>"
   read resp
done

<<<< ^^^^^ >>>>
 
 
 
Copyright (C) 2000 by Steve Litt, you can freely distribute unmodified copies if this copyright notice and disclaimer are intact.  This material originally appeared on Troubleshooters.Com.

This presentation has no warrantee, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the presentation is with you.
 

12.html

Exit Slideshow