Hi,
I know how to delete 1 or more whitespaces at in a line using : while <IN> { s/\s+//g; } close IN; #----------------------------- But How do I specific delete 1 or more whitespaces at the end of the line ? using : while <IN> { s/$\s+//g; } close IN; Didn't work. Does anyone have the solution for me ?? Regs David -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]