From a459ff97011ed0cb555badf02b17a02e2325b06c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 19 Mar 2013 17:17:59 -0400 Subject: pbs-help: sort the commands --- pbs-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-help b/pbs-help index 60d4270..639d92b 100755 --- a/pbs-help +++ b/pbs-help @@ -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() { -- cgit v1.1-4-g5e80