confuseddddd
Programmer
Want to be able to remove the trailing spaces from fixed length output records or even remove the trailing spaces from the fixed length input records. Just need to have the trailing spaces removed. Sometimes the record will contain all 512 bytes and sometimes will contain less.
Created a nawk script that reads an input file and setting a delimiter based on the second field in the record. Then output is created on what the second field contains and will have many output files.
Does anyone have any suggestions on how to remove trailing spaces from within a nawk script????
Created a nawk script that reads an input file and setting a delimiter based on the second field in the record. Then output is created on what the second field contains and will have many output files.
Does anyone have any suggestions on how to remove trailing spaces from within a nawk script????