linux · programming · tips and tricks

timestampit – add a timestamp to command output in Linux

timestampit is a simple bash script hosted on GitHubGist to add a timestamp to command output in Linux from Abdullah Diab (original ideia). This is just a quick solution to put a timestamp with each line of the output (in format RFC 3339) of some command in Linux. Usage: echo “My script for logging” |… Continuar lendo timestampit – add a timestamp to command output in Linux