mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 05:23:59 +08:00
Add documentation about new backslash escapes, and correct a broken link in the docs
darcs-hash:20060824005117-ac50b-39a1f56891c92e6a9b64b20fdd4bfd7d60090949.gz
This commit is contained in:
parent
4dbac8f941
commit
69814e5066
|
@ -105,11 +105,14 @@ would remove the two files 'cumbersome' and 'filename.txt'.
|
||||||
Some characters can not be written directly on the command line. For
|
Some characters can not be written directly on the command line. For
|
||||||
these characters, so called escape sequences are provided. These are:
|
these characters, so called escape sequences are provided. These are:
|
||||||
|
|
||||||
- <code>'\\n'</code>, escapes a newline character
|
- <code>'\\a'</code>, escapes the alert character
|
||||||
- <code>'\\t'</code>, escapes the tab character
|
|
||||||
- <code>'\\b'</code>, escapes the backspace character
|
- <code>'\\b'</code>, escapes the backspace character
|
||||||
- <code>'\\r'</code>, escapes the carriage return character
|
|
||||||
- <code>'\\e'</code>, escapes the escape character
|
- <code>'\\e'</code>, escapes the escape character
|
||||||
|
- <code>'\\f'</code>, escapes the form feed character
|
||||||
|
- <code>'\\n'</code>, escapes a newline character
|
||||||
|
- <code>'\\r'</code>, escapes the carriage return character
|
||||||
|
- <code>'\\t'</code>, escapes the tab character
|
||||||
|
- <code>'\\v'</code>, escapes the vertical tab character
|
||||||
- <code>'\\ '</code>, escapes the space character
|
- <code>'\\ '</code>, escapes the space character
|
||||||
- <code>'\\$'</code>, escapes the dollar character
|
- <code>'\\$'</code>, escapes the dollar character
|
||||||
- <code>'\\\\'</code>, escapes the backslash character
|
- <code>'\\\\'</code>, escapes the backslash character
|
||||||
|
@ -259,7 +262,7 @@ $argv</code> should be called when ll is invoked. $argv is an array
|
||||||
variable, which always contains all arguments sent to the function. In
|
variable, which always contains all arguments sent to the function. In
|
||||||
the example above, these are simply passed on to the ls command. For
|
the example above, these are simply passed on to the ls command. For
|
||||||
more information on functions, see the documentation for the <a
|
more information on functions, see the documentation for the <a
|
||||||
href='builtin.html#function'>function</a> builtin.
|
href='builtins.html#function'>function</a> builtin.
|
||||||
|
|
||||||
\subsubsection Autoloading functions
|
\subsubsection Autoloading functions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user