diff --git a/pages/linux/faketime.md b/pages/linux/faketime.md new file mode 100644 index 000000000..b5c2b75c1 --- /dev/null +++ b/pages/linux/faketime.md @@ -0,0 +1,16 @@ +# faketime + +> Fake the system time for a given command. +> More information: . + +- 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}}`