Hi all - -
I want to load an array, to be used later for a system command, with the first field in a multi-line file. The input file will have anywhere from 2 to 150 lines, give or take a few lines...
EX:
aaa 111 222 333
bbb 123 123 123
ccc 345 345 345
.
.
and have the value of the array be: aaa bbb ccc
any help would be great...
I want to load an array, to be used later for a system command, with the first field in a multi-line file. The input file will have anywhere from 2 to 150 lines, give or take a few lines...
EX:
aaa 111 222 333
bbb 123 123 123
ccc 345 345 345
.
.
and have the value of the array be: aaa bbb ccc
any help would be great...