mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
faketime: add page (#3103)
This commit is contained in:
parent
2191ed070d
commit
fbf9b8bf3f
1 changed files with 16 additions and 0 deletions
16
pages/linux/faketime.md
Normal file
16
pages/linux/faketime.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# faketime
|
||||
|
||||
> Fake the system time for a given command.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/trusty/man1/faketime.1.html>.
|
||||
|
||||
- Fake the time to this evening, before printing the result of `date`:
|
||||
|
||||
`faketime '{{today 23:30}}' {{date}}`
|
||||
|
||||
- Open a new `bash` shell, which uses yesterday as the current date:
|
||||
|
||||
`faketime '{{yesterday}}' {{bash}}`
|
||||
|
||||
- Simulate how any program would act next friday night:
|
||||
|
||||
`faketime '{{next Friday 1 am}}' {{path/to/any/program}}`
|
Loading…
Add table
Reference in a new issue