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/utilities/split.par | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pkg/utilities/split.par (limited to 'pkg/utilities/split.par') diff --git a/pkg/utilities/split.par b/pkg/utilities/split.par new file mode 100644 index 00000000..926af8fb --- /dev/null +++ b/pkg/utilities/split.par @@ -0,0 +1,6 @@ +input,f,a,,,,input file +output,s,a,seg,,,root name for output (segment) files +nlines,i,h,1000,1,,maximum number of lines of text per segment file +nbytes,i,h,16384,1,,maximum number of bytes per segment file +maxfiles,i,h,999,,,maximum number of output files +verbose,b,h,yes,,,print output file names and sizes as they are generated -- cgit