Read list of files on unix and run command
I am pretty new at shell scripting and I have been struggling all day to figure out how to perform a "for" command. Essentially, what I am trying to do is the following: I have a list.txt file with a bunch of names: name1 name2 name3 for every name in the list, there are two different files, each with a different ending to the name. Ex: name1_R1 name1_R2 The program I am trying to run is called sickle . Basically, it takes two files (that correspond to each other) and runs an analysis on them, hence requiring me to have this naming scheme. The sickle command is as follow: sickle pe -f input