diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-19 17:17:59 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-19 17:17:59 -0400 |
commit | a459ff97011ed0cb555badf02b17a02e2325b06c (patch) | |
tree | ff8ccc407899e41cc8bdffb4244e3da8593e44c2 | |
parent | 9eff1e08b3e580d1e2a998af0243e27c8370c14e (diff) |
pbs-help: sort the commands
-rwxr-xr-x | pbs-help | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ stem=pbs list_commands() { find ${PATH//:/ } -type f -executable -name "$stem-*" \ - -printf '%f\n' 2>/dev/null | sed "s/^${stem}-//;/--/d" + -printf '%f\n' 2>/dev/null | sed "s/^${stem}-//;/--/d" | sort } master_usage() { |