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