su8 / sortique

Blunt copy of coreutils `sort -u' and `sort -r'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blunt copy of coreutils sort -u and sort -r

Usage

sortique -u FILE

# reverse sort
sortique -r FILE

# write the result to file
sortique -u FILE -o FILE
sortique -r FILE -o FILE

Installation

$ make
# make install

About

Blunt copy of coreutils `sort -u' and `sort -r'

License:GNU General Public License v3.0


Languages

Language:C 80.7%Language:Makefile 19.3%