1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 07:04:06 +02:00
tldr/pages/linux/faketime.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

16 lines
429 B
Markdown

# faketime
> Fake the system time for a command.
> More information: <https://manned.org/faketime>.
- 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 a program would act next Friday night:
`faketime '{{next Friday 1 am}}' {{path/to/program}}`