Bash tips

From DarkWiki
Revision as of 09:00, 11 December 2019 by Apowney (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.