From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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