From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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