mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 14:55:30 +02:00
echo: add one more example (#3122)
This commit is contained in:
parent
05daa0891d
commit
a6adec927f
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
`echo -n {{"Hello World"}}`
|
`echo -n {{"Hello World"}}`
|
||||||
|
|
||||||
|
- Append a message to the file:
|
||||||
|
|
||||||
|
`echo {{"Hello World"}} >> {{file.txt}}`
|
||||||
|
|
||||||
- Enable interpretation of backslash escapes (special characters):
|
- Enable interpretation of backslash escapes (special characters):
|
||||||
|
|
||||||
`echo -e {{"Column 1\tColumn 2"}}`
|
`echo -e {{"Column 1\tColumn 2"}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue