diff options
-rw-r--r-- | cdlog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ cdlog.mcd() swap=y fi - for x in 1 2 3 4 5 6 7 8 9; do + for x in {1..9}; do printf "%s: %s\n" $x "${d[$x]}" done |
![]() |
index : cdlog | |
Better directory changing for Bash | kaz@kylheku.com |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | cdlog.sh | 2 |
@@ -126,7 +126,7 @@ cdlog.mcd() swap=y fi - for x in 1 2 3 4 5 6 7 8 9; do + for x in {1..9}; do printf "%s: %s\n" $x "${d[$x]}" done |