Skip to content

Instantly share code, notes, and snippets.

@ten0s
Created February 16, 2016 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ten0s/5cab692c2e935312874c to your computer and use it in GitHub Desktop.
Save ten0s/5cab692c2e935312874c to your computer and use it in GitHub Desktop.
Add a dot to standard input
awk '{ print $0 } END { print "." }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment