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/sort.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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 |