From bea0037dbdd979603fb0b5be8b43f5478c1f6fec Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 19 Sep 2014 02:53:32 +0000 Subject: initial commit --- doc/s6-touch.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/s6-touch.html (limited to 'doc/s6-touch.html') diff --git a/doc/s6-touch.html b/doc/s6-touch.html new file mode 100644 index 0000000..ccc40ca --- /dev/null +++ b/doc/s6-touch.html @@ -0,0 +1,45 @@ + + + + + s6-portable-utils: the s6-touch program + + + + + + +

+s6-portable-utils
+Software
+skarnet.org +

+ +

The s6-touch program

+ +

+ s6-touch changes the modification and access times of a file, creating it if it does +not exist. +

+ +

Interface

+ +
+     s6-touch file...
+
+ +

+ s6-touch touches every file in the list by opening them for appending +then closing them. +

+ +

Posixness

+ +

+ s6-touch is not suitable as a Single Unix +touch +program. +

+ + + -- cgit v1.3.1