1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

lastlog: leave values as part of the commands (#11947)

This commit is contained in:
Vitor Henrique 2023-12-30 13:04:15 -03:00 committed by GitHub
parent f21e21ca64
commit 21001221a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,8 @@
- Zeige Datensätze älter als 7 Tage an:
`lastlog --before {{7}}`
`lastlog --before 7`
- Zeige Datensätze jünger als 3 Tage an:
`lastlog --time {{3}}`
`lastlog --time 3`

View file

@ -13,8 +13,8 @@
- Display records older than 7 days:
`lastlog --before {{7}}`
`lastlog --before 7`
- Display records more recent than 3 days:
`lastlog --time {{3}}`
`lastlog --time 3`