#! /bin/sh # Fold and remove trailing white-space from files. fold -s "$@" | sed 's/[[:space:]]$//'