mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
set -o history
|
|
set -H
|
|
|
|
echo $'hello\' world'
|
|
echo $'hello world!'
|
|
echo $'hello\' world!'
|