commit bash-20160513 snapshot

This commit is contained in:
Chet Ramey
2016-05-23 09:56:50 -04:00
parent 814e1ff513
commit 0fcb334438
24 changed files with 2475 additions and 2328 deletions
+4
View File
@@ -131,6 +131,10 @@ echo shopt a
shopt a
echo a b c d 2> /dev/null
a b c d
one two three four
echo two ; echo four
one two three four
echo four ; echo two
!
!
!
+6
View File
@@ -130,6 +130,12 @@ echo !shopt-1
echo !shopt*
# make sure a :p modifier anywhere on the line affects all history expansions
echo one two three four
echo !:2:p ; echo !$
echo one two three four
echo !$ ; echo !:2:p
${THIS_SH} ./histexp1.sub
${THIS_SH} ./histexp2.sub
${THIS_SH} ./histexp3.sub