Re: [dev] [sbase] [PATCH] sort: Implement -c and -C flags

2014-11-23 Thread Dimitris Papastamos
Applied thanks. The usage line in the manpage will have to be updated but I am planning to rewrite the manpage to fit the new style as that of grep.1 or kill.1.

[dev] [sbase] [PATCH] sort: Implement -c and -C flags

2014-11-23 Thread Michael Forney
--- sort.1 | 11 +++ sort.c | 57 +++-- 2 files changed, 58 insertions(+), 10 deletions(-) diff --git a/sort.1 b/sort.1 index 12fb95d..71c8154 100644 --- a/sort.1 +++ b/sort.1 @@ -15,9 +15,20 @@ writes the sorted concatenation of the giv