Strips headers and footers from RFCs and Internet-Drafts
Strips headers and footers from RFCs and Internet-Drafts
rfcstrip$ rfcstrip rfc5321.txt > rfc5321_stripped.txt$ rfcstrip draft-ietf-example.txt$ for f in *.txt; do rfcstrip "$f" > "${f%.txt}_clean.txt"; done