diff options
Diffstat (limited to 'pkg/system/sort.par')
-rw-r--r-- | pkg/system/sort.par | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/system/sort.par b/pkg/system/sort.par new file mode 100644 index 00000000..84d721a3 --- /dev/null +++ b/pkg/system/sort.par @@ -0,0 +1,5 @@ +input_file,s,a,,,,file to be sorted +column,i,h,0,,,column to be sorted (if nonzero) +ignore_whitespace,b,h,no,,,ignore leading whitespace +numeric_sort,b,h,no,,,sort numerically rather than alphabetically +reverse_sort,b,h,no,,,reverse the sense of the sort |