sed < input > output
[1] http://robertkotcher.com/sed.html
[update] s/set/sed/
perl -pe '' <input >output
I was referring to an empty SED-program that would then be run via 'sed -f empty-file.sed'. Of course you need >0 bytes to invoke the SED program.