I want to copy the files in an m3u playlist to a new directory. I know it is something like: for file in list do cp file . done exit I cna't find a ready example of getting the argument from a file. TIA Bobby