'awk 'BEGIN{FS=OFS=","}{print $2,$3,$5;}' <file>'
Using this command, is it possible to have it go through multiple files, ie file* at the end and if not how can i do this?
i have
file.01
file.02
through file.20
All of the files can be replaced directly. An out file is not needed although i still need the split files to exist in their current chunks of 250mb