mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix doc example for echo
This commit is contained in:
parent
646d9ab431
commit
b592da41f6
@ -55,6 +55,6 @@ echo 'Hello World'
|
||||
Print hello world to stdout
|
||||
|
||||
\fish
|
||||
echo -e 'Top\\nBottom'
|
||||
echo -e 'Top\nBottom'
|
||||
\endfish
|
||||
Print Top and Bottom on separate lines, using an escape sequence
|
||||
|
Loading…
x
Reference in New Issue
Block a user