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:
parent
f21e21ca64
commit
21001221a3
2 changed files with 4 additions and 4 deletions
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue