Don’t Use “for” loops for File Iteration – Use “while read” Loops
Imagine a list of files (either in a text file, or a command that outputs a list of files). First make sure these files are newline seperated. Why newline? because filenames dontRead More…