diff options
Diffstat (limited to 'pkg/system/touch.par')
-rw-r--r-- | pkg/system/touch.par | 7 |
1 files changed, 7 insertions, 0 deletions
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 |