mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
commit bash-20051027 snapshot
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
BUILD_DIR=/usr/local/build/bash/bash-current
|
||||
BUILD_DIR=/usr/local/build/chet/bash/bash-current
|
||||
THIS_SH=$BUILD_DIR/bash
|
||||
PATH=$PATH:$BUILD_DIR
|
||||
|
||||
|
||||
@@ -33,6 +33,8 @@ x3y
|
||||
x10y x9y x8y x7y x6y x5y x4y x3y x2y x1y
|
||||
a b c d e f
|
||||
f e d c b a
|
||||
a ` _ ^ ] [ Z Y X W V U T S R Q P O N M L K J I H G F E D C B A
|
||||
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a
|
||||
f
|
||||
{1..f}
|
||||
{f..1}
|
||||
|
||||
+2
-2
@@ -54,8 +54,8 @@ echo x{10..1}y
|
||||
echo {a..f}
|
||||
echo {f..a}
|
||||
|
||||
#echo {a..A}
|
||||
#echo {A..a}
|
||||
echo {a..A}
|
||||
echo {A..a}
|
||||
|
||||
echo {f..f}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user