aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/split.par
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/split.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/utilities/split.par')
-rw-r--r--pkg/utilities/split.par6
1 files changed, 6 insertions, 0 deletions
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