mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
Comment
This commit is contained in:
2
README
2
README
@@ -191,7 +191,7 @@ For example (24th of December, 2002, 8:30 PM)
|
||||
faketime -f '@2002-12-24 20:30:00' /bin/bash -c 'date; sleep 2; date'
|
||||
|
||||
will print the same time twice, because each invocation of the
|
||||
"date" command sees its independent faked clock, while
|
||||
"date" command sees its own independent faked clock, while
|
||||
|
||||
faketime -f '^2002-12-24 20:30:00' /bin/bash -c 'date; sleep 2; date'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user