hello there..
i am having a small problem..
i have two input files.. groups.txt and command.txt,..
groups.txt has 4 lines in it..
for example:
u 7 1 2 3 5 8 9 10
a 5 3 5 8 9 10
b 3 1 8 9
c 2 3 5
blue = name
red = size
the rest are the numbers seperated with space.
i want to do a command that
do what in command.txt
which is
aU~b*c
1. ~b = 2 3 5 8 10
2. aU~b = 1 3 5 8 9 10
3. aU~b * c = 1 8 9 10 ====> to write in output.txt
, so far i dont know what to do..
i need to know how to check each line in the groups.txt ,.. for each command from 1-3.
how to do that?



LinkBack URL
About LinkBacks



