sort

Sorts the input objects.

Usage: tea:sort [options]

where

[options] can be one of the following:
  • --ignore-leading-blanks or -b: ignores leading blanks.
  • --numeric-sort or -n: compares according to the string numerical value.
  • --unique or -u: displays only the first of an equal run.
  • --reverse or -r: reverses the result of comparisons.
  • -ignore-case or -f: changes lower case to upper case characters.
admin@localhost:Access> ls 
Groups
Realms
Roles
Users

admin@localhost:Access> ls | sort -r
Users
Roles
Realms
Groups