Saving to a file in a loop - part 2
Also in the exercise-data/alkanes directory, what would be the output of the following loop?
exercise-data/alkanes
for datafile in *.pdb do cat $datafile >> all.pdb done