Skip to content

Instantly share code, notes, and snippets.

@wader
Last active October 15, 2021 10:18
Show Gist options
  • Save wader/daf5fcad11ba2e6f5a903f4b12fb9891 to your computer and use it in GitHub Desktop.
Save wader/daf5fcad11ba2e6f5a903f4b12fb9891 to your computer and use it in GitHub Desktop.
cat(1) golf
cat file.txt
grep '' file.txt
awk '/.*/ { print }' file.txt
dd status=none if=file.txt (GNU dd)
curl file://$PWD/file.txt
jq -rRs . file.txt
ffmpeg -v quiet -f data -i file.txt -map 0:0 -c text -f data -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment