in reply to Re^2: Using variable files to add data into excel spreadsheet
in thread Using variable files to add data into excel spreadsheet
Thanks for all the replies! Yes, can't beat fruity loops, ha, ha! Ron, I think that's what I'm trying to achieve. Essentially all I'm trying to do is repeat the while loop script for as many times as I have fruit_types. As you've probably guessed from my "fruity loops", primary school example, :) I just don't have the scripting knowledge of Perl to execute this. I've been modifying the script with a bash loop, with something along the lines of...
occurrence=( $(wc -l fruit_types) ) for i in `seq 1 $occurrence` blah, blah, blah.
I know there must be an easier and less primitive way of doing this like you've suggested but could someone throw an example my way. As said I need some help with the scripting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using variable files to add data into excel spreadsheet
by poj (Abbot) on May 22, 2014 at 11:28 UTC | |
by rickyboy (Novice) on May 23, 2014 at 13:36 UTC | |
by poj (Abbot) on May 23, 2014 at 13:53 UTC |