mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 18:37:22 +08:00
Docs: fix code block
(cherry picked from commit 72de1dc2012f249d09eb4994835ef8b92169e4cf)
This commit is contained in:
parent
8a7a2f67ca
commit
4ba7855699
@ -90,6 +90,7 @@ More examples::
|
|||||||
searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special to ``grep``: it matches the end of the line).
|
searches for lines ending in ``enabled)`` in ``foo.txt`` (the ``$`` is special to ``grep``: it matches the end of the line).
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
apt install "postgres-*"
|
apt install "postgres-*"
|
||||||
|
|
||||||
installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".
|
installs all packages with a name starting with "postgres-", instead of looking through the current directory for files named "postgres-something".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user