diff options
author | Ariel Don <ariel@arieldon.com> | 2022-05-02 13:56:15 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-21 18:15:00 +0200 |
commit | a2c34554cd5ff3a17583f885088000b7cf975121 (patch) | |
tree | 684844421358faa26b865b6187744001f721ea3a /Userland/DevTools/SQLStudio | |
parent | 244357472a5d9d0d9ddf507472fb220be00eae95 (diff) | |
download | serenity-a2c34554cd5ff3a17583f885088000b7cf975121.zip |
touch: Support custom timestamps
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.
Diffstat (limited to 'Userland/DevTools/SQLStudio')
0 files changed, 0 insertions, 0 deletions