Files
bash/bash-20060316/tests/builtins2.sub
T
2011-12-07 09:05:27 -05:00

11 lines
151 B
Plaintext

# test behavior of shopt xpg_echo
USG_ECHO=off
shopt -q xpg_echo && USG_ECHO=on
shopt -u xpg_echo
echo 'a\n\n\nb'
shopt -s xpg_echo
echo 'a\n\n\nb'