1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:22:08 +02:00
tldr/pages/linux/faketime.md

435 B

faketime

Fake the system time for a given 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}}