diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/system/touch.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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 |