Cat(1) Golf(github.com)2 points·by andoma·5 lat temu·1 commentsgithub.comCat(1) Golfhttps://github.com/wader/catgolf1 commentsPost comment[–]eesmith·5 lat temureply awk '//' file.txt perl -pe '' file.txt python -c 'import sys; sys.stdout.writelines(open(sys.argv[1]))' file.txt