#!/bin/sh

# rtw = Remove Trailing Whitespace

awk '{gsub(/[ \t]+$/,"",$0);print $0}'