The file (test.cfg) below here:
[TEST ITEMS]
Number Of Items = 2
Item 1 = /data/run-nov.csh,13
Item 2 = /data/run-dec.csh,14
I should change item 1 = /data/run-dec.csh,14 and item 2 = /data/run-jan.csh,3 on December
The test.sh below here :
#!/bin/sh
printf "Enter current month (mmm):"
read...