Adapt Eshell manual
* doc/misc/eshell.texi (Arguments): Mention more special characters to be quoted in remote file names. (Bug#65431)
This commit is contained in:
parent
0c50af054f
commit
31d3808fb9
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ As with other shells, you can escape special characters and spaces by
|
||||||
prefixing the character with a backslash (@samp{\}), or by surrounding
|
prefixing the character with a backslash (@samp{\}), or by surrounding
|
||||||
the string with apostrophes (@samp{''}) or double quotes (@samp{""}).
|
the string with apostrophes (@samp{''}) or double quotes (@samp{""}).
|
||||||
This is needed especially for file names with special characters like
|
This is needed especially for file names with special characters like
|
||||||
pipe (@samp{|}), which could be part of remote file names.
|
pipe (@samp{|}) or square brackets (@samp{[} or @samp{]}), which could
|
||||||
|
be part of remote file names.
|
||||||
|
|
||||||
When you escape a character with @samp{\} outside of any quotes, the
|
When you escape a character with @samp{\} outside of any quotes, the
|
||||||
result is the literal character immediately following it. For
|
result is the literal character immediately following it. For
|
||||||
|
|
Loading…
Add table
Reference in a new issue