mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
docs: Fix typo
Also removes a warning. [ci skip]
This commit is contained in:
parent
3b97e2d7ec
commit
c2259cbb86
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ In contrast to ``grep``, ``string``\ s `match` defaults to glob-mode, whie `repl
|
||||||
|
|
||||||
Like ``sed``\ s `s/` command, ``string replace`` still prints strings that don't match. ``sed``\ s `-n` in combination with a `/p` modifier or command is like ``string replace -f``.
|
Like ``sed``\ s `s/` command, ``string replace`` still prints strings that don't match. ``sed``\ s `-n` in combination with a `/p` modifier or command is like ``string replace -f``.
|
||||||
|
|
||||||
``string split somedelimiter`` is a replacement for ``tr somedeliminter \n`.
|
``string split somedelimiter`` is a replacement for ``tr somedelimiter \\n``.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue