King0770-Notes-Read-the-install-history-file-in-a-readable-format: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 December 2018

  • curprev 22:0022:00, 5 December 2018King0770 talk contribs 472 bytes +472 Created page with "===Read the install history file in a readable format=== <code><pre>perl -e 'while (<>) { ($date, $op) = split(/:/, $_); print scalar localtime($date) . " " . $op; }' < /opt/..."
Jump to: navigation, search