Difference between revisions of "Bash tips"

From DarkWiki
Jump to: navigation, search
(Created page with "===Prepending lines of text with a timestamp=== To put a date/time against each line (perhaps as part of logging), you can use the <code>ts</code> command.")
(No difference)

Revision as of 09:00, 11 December 2019

Prepending lines of text with a timestamp

To put a date/time against each line (perhaps as part of logging), you can use the ts command.