tomocafe / bash-boost

bash-boost is a set of library functions for bash, useful for both scripting and interactive use. It draws inspiration from the Boost C++ libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

list sort

tomocafe opened this issue · comments

sort [SORT_OPTS --] ITEMS ...

Uses GNU coreutils sort with SORT_OPTS passed directly to sort.

If -- is omitted, sort is invoked without options (default).

Add uniq as well!