unexpand for speed

Editing files often introduces extraneous spaces. The unexpand command will convert the spaces into tabs. This can result in a tremendous reduction in file size, code that is easier to read, and pages which are faster.

unexpand INFILE.php > OUTFILE.php