awk '//' file.txt perl -pe '' file.txt python -c 'import sys; sys.stdout.writelines(open(sys.argv[1]))' file.txt