If I have a file where all of the records have trailing spaces... like this (without the single quotes):
'123 Main '
'456 Central Ave '
'789 Oak Street '
How do I take this file, and strip the trailing spaces, so my output looks like this (without the single quotes):
'123 Main'
'456 Central Ave'
'789 Oak Street'
Any takers?
'123 Main '
'456 Central Ave '
'789 Oak Street '
How do I take this file, and strip the trailing spaces, so my output looks like this (without the single quotes):
'123 Main'
'456 Central Ave'
'789 Oak Street'
Any takers?