mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1bd361d884
Co-authored-by: Lena Pastwa <lena@lnps.me>
327 B
327 B
utmpdump
Dump and load btmp, utmp, and wtmp accounting files. More information: https://manned.org/utmpdump.
- Dump the
/var/log/wtmpfile tostdoutas plain text:
utmpdump {{/var/log/wtmp}}
- Load a previously dumped file into
/var/log/wtmp:
utmpdump {{[-r|--reverse]}} {{dumpfile}} > {{/var/log/wtmp}}