Created
June 8, 2014 23:34
-
-
Save dw/c38aff42b65101ab2240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[00:34:19 eldil!1 ~] cat bin/ts | |
#!/bin/bash | |
while read; do | |
echo `date +%Y-%m-%d+T%H:%M:%S` "$REPLY" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment