GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Touch: Implement -t option #115

Closed GrayJack closed 3 years ago

GrayJack commented 4 years ago

Is your feature request related to a problem? Please describe. Touch doesn't implement -t option, it is implemented on all other touch implementation

Describe the solution you'd like Add a flag -t that follows:

-t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time