Use either one of both next commands with sed 's/to_replace/replace/': sed 's/ *$//' file sed 's/[[:blank:]]*$//' file