sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
authormillert <millert@openbsd.org>
Mon, 20 Jan 1997 19:39:46 +0000 (19:39 +0000)
committermillert <millert@openbsd.org>
Mon, 20 Jan 1997 19:39:46 +0000 (19:39 +0000)
commit671ba900ead1af4116b211e2ac1789edf765ec23
treec59ce37d6897a99593d2a3173b9d0af727ee07bd
parentddfa4c2e571313ab168586eba6d79ea0aa67c26f
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
14 files changed:
usr.bin/sort/Makefile [new file with mode: 0644]
usr.bin/sort/append.c [new file with mode: 0644]
usr.bin/sort/extern.h [new file with mode: 0644]
usr.bin/sort/fields.c [new file with mode: 0644]
usr.bin/sort/files.c [new file with mode: 0644]
usr.bin/sort/fsort.c [new file with mode: 0644]
usr.bin/sort/fsort.h [new file with mode: 0644]
usr.bin/sort/init.c [new file with mode: 0644]
usr.bin/sort/msort.c [new file with mode: 0644]
usr.bin/sort/pathnames.h [new file with mode: 0644]
usr.bin/sort/sort.1 [new file with mode: 0644]
usr.bin/sort/sort.c [new file with mode: 0644]
usr.bin/sort/sort.h [new file with mode: 0644]
usr.bin/sort/tmp.c [new file with mode: 0644]