# firstnlast.ak #awkm to convert a Excel comma deliminated list of files and create a list to copy and rename then #NOTE: add one to the last lineament number to get the last one BEGIN {FS = "/" # comma deliminated files } #Middle { printf("%s %s\n", $NF, $0); } END { }