sort
Sorts the input objects.
Usage:
tea:sort [options]
where:
[options] can be one of the following:
--ignore-leading-blanksor-b: ignores leading blanks.--numeric-sortor-n: compares according to the string numerical value.--uniqueor-u: displays only the first of an equal run.--reverseor-r: reverses the result of comparisons.--ignore-caseor-f: changes lowercase to uppercase characters.
admin@localhost:/TEA> ls members agents users groups roles realms machines solutions admin@localhost:/TEA> ls | sort -r users solutions roles realms members machines groups agents