Skip to content

Instantly share code, notes, and snippets.

@Pindar
Forked from vsaw/timestamp.sh
Created October 17, 2013 07:25
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 Pindar/7020517 to your computer and use it in GitHub Desktop.
Save Pindar/7020517 to your computer and use it in GitHub Desktop.
#!/bin/sh
awk '{ print strftime("%Y-%m-%dT%H:%M:%S"), $0; fflush(); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment