inIn the file groupAfiles.txt are the lines:
file14
file2
file4
file9
iI need a way to convert them to remoeremove file and add /dev/loop and put them all in one line with a space between them.
/dev/loop14 /dev/loop2 /dev/loop4 /dev/loop9
/dev/loop14 /dev/loop2 /dev/loop4 /dev/loop9
and thanThen I need to put this in an array.
(but the numbers change)
how toHow do I do this?