7 lines
89 B
Text
7 lines
89 B
Text
|
|
set -o history
|
||
|
|
set -H
|
||
|
|
|
||
|
|
echo $'hello\' world'
|
||
|
|
echo $'hello world!'
|
||
|
|
echo $'hello\' world!'
|