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 -
Last active
October 15, 2021 10:18
-
-
Save wader/daf5fcad11ba2e6f5a903f4b12fb9891 to your computer and use it in GitHub Desktop.
cat(1) golf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment