Wednesday, 16 November 2011

Command to remove the empty spaces at the ending of the line

To remove the empty spaces at the end of the line in the file "end" below is the

command

sed -e 's/ *$//g' end > end1

No comments:

Post a Comment