From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/system/touch.par | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/system/touch.par (limited to 'pkg/system/touch.par') diff --git a/pkg/system/touch.par b/pkg/system/touch.par new file mode 100644 index 00000000..4adb14b3 --- /dev/null +++ b/pkg/system/touch.par @@ -0,0 +1,7 @@ +files,s,a,,,,list of files to be created or touched +create,b,h,yes,,,create file if it doesn't exist? +atime,b,h,yes,,,update file access time? +mtime,b,h,yes,,,update file modification time? +time,s,h,"",,,time to set (empty for current time) +ref_file,s,h,"",,,reference file for times +verbose,b,h,no,,,verbose output flag -- cgit