On Mon, 2003-07-28 at 10:27, McKown, John wrote: > Is there a simple way to strip blanks from all the lines in a file?
You might also try: sed 's/\ *$//' <infile >outfile -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED]
On Mon, 2003-07-28 at 10:27, McKown, John wrote: > Is there a simple way to strip blanks from all the lines in a file?
You might also try: sed 's/\ *$//' <infile >outfile -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED]