Adding extra white space at end of each line in Unix
Good morning,
I have a script that generates calendar file for RDF. This script is developed using PL/SQL and Shell script. The output file is fixed length file. When i run the PL/SQL block in SQL developer the output position are correct, When i run as shell script in Unix, the output file is generated, but at the end of each line, i need 13 blank space. Those blank space are cut when the script is run via Unix shell script.
Is there a way i can retain those 13 blank spaces at the end of each line? Could you please help me on this ?