Bash – Log timestamp of the moment data was received on stdin, coming from a pipe
I have an application that outputs to stdout from time to time – random intervals, random durations of outputting before going silent again. Its output (binary data) is captured into a file.
Bash – Log timestamp of the moment data was received on stdin
I have an application that outputs to stdout from time to time – random intervals, random durations of outputting before going silent again. Its output (binary data) is captured into a file.