looptest_demo
Updated: Jan28,2019

This script demonstrates a few useful bas things that I often seem to forget.


looptest_demo --help  

I have a verbose example in the online help file. 

Usage: looptest_demo fileIN N  
arg1 - Name of file input file 
arg2 - Run in debug mode (Y/N)

 
This script demonstrates how to read a file in a while loop, make conditional tests at each line, and then perform actions based on the line entries.




Back to SCO CODES page