mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
a2c34554cd
Previously, `touch` remained limited to creating files and updating their current access and modifications time to the current time. It's now capable of accepting two different timestamp formats with flags `-d` and `-t` and referencing timestamps of other files with flag `-r`. `touch` can also update only the last access time with `-a`, only the last access time with `-m`, or update both as usual. `touch` updates both left unspecified. With `-c`, `touch` does not create a file if it doesn't already exist. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |