Skip to content

Instantly share code, notes, and snippets.

@andresrinivasan
Last active December 21, 2022 08:41
Show Gist options
  • Select an option

  • Save andresrinivasan/020359b89778a1e1c0b49ccdc1196449 to your computer and use it in GitHub Desktop.

Select an option

Save andresrinivasan/020359b89778a1e1c0b49ccdc1196449 to your computer and use it in GitHub Desktop.
One and Two Liners

One and Two Liners Cheat Sheet

Python JSON formatter

python3 -m json.tool

Convert multi-line file into single line with literal "\n" seperators

awk '{printf "%s\n", $0}' <./license.txt

Better substitions

envsubst <import.json | curl -v -X POST -d @- http://localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment