I have numerous files that need a fold -80 commmand performed for each file and then output to a new file_name for each file.
I would like to include the fold step within awk with the pipe command and fold options along with some other steps for each file.
Is this possible within the awk script?
I would like to include the fold step within awk with the pipe command and fold options along with some other steps for each file.
Is this possible within the awk script?