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:/TEA> ls Machines Solutions Groups Users Roles Realms Permissions OperatorViewManager SearchViewManager Agents admin@localhost:/TEA> ls | sort -r Users Solutions SearchViewManager Roles Realms Permissions OperatorViewManager Machines Groups Agents
Copyright © Cloud Software Group, Inc. All Rights Reserved.