freebsd-dev/usr.bin/touch
Jilles Tjoelker 587714504f touch: Add the -d option from POSIX.1-2008.
This is much like -t but with a different format which is ISO8601-like and
allows fractions of a second.

The precision is limited to microseconds because of utimes() and friends,
even though stat() returns nanoseconds.

MFC after:	10 days
2012-06-10 14:26:51 +00:00
..
Makefile
touch.1 touch: Add the -d option from POSIX.1-2008. 2012-06-10 14:26:51 +00:00
touch.c touch: Add the -d option from POSIX.1-2008. 2012-06-10 14:26:51 +00:00