commit bash-20201103 snapshot

This commit is contained in:
Chet Ramey
2020-11-09 11:19:58 -05:00
parent 94f428da79
commit 37f5a03805
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -119,6 +119,8 @@ searchable/.
6:
a\*b
a\*b*
é/*
é/*
argv[1] = <a>
argv[2] = <abc>
argv[3] = <abd>
+4
View File
@@ -7,3 +7,7 @@ touch ~/ಇಳಿಕೆಗಳು/{a,b}.txt
echo ~/ಇಳಿಕೆಗಳು/*.txt >/dev/null
rm -rf ${TMPDIR}/ಇಳಿಕೆಗಳು
LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
echo é/*
echo 'é'/*
+4 -2
View File
@@ -12,9 +12,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
trap 'rm -f $HISTFILE' 0 1 2 3 6 15
trap 'rm -f "$OUT"' 0 1 2 3 6 15
HISTFILE=$TMPDIR/fchist-$$
HISTFILE=$TMPDIR/fchist-$$ ; OUT=$HISTFILE
unset HISTIGNORE HISTCONTROL
set -o history
@@ -53,3 +53,5 @@ fc -l 1 99
# other out-of-range behavior for future work
echo out of range 4
fc -l -20 -40
unset HISTFILE # suppress writing history file