mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Make the \c special character in echo suppress the newline too
This commit is contained in:
@@ -83,7 +83,8 @@ echo -e 'abc\41def'
|
||||
echo -e 'abc\041def'
|
||||
echo -e 'abc\121def'
|
||||
echo -e 'abc\1212def'
|
||||
echo -e 'abc\cdef'
|
||||
echo -e 'abc\cdef' # won't output a newline!
|
||||
echo ''
|
||||
|
||||
echo -e Catch your breath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user