FILE:
hello world
I would like to use a scripting language (BASH) to execute a command that reads each WORD i
WORD
normally i would ask what have you tried.
while read -r line do command ${line} > ${line}.txt done< "file"