mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
[docs] Reword test example
That was a bit too stuffy. [ci skip]
This commit is contained in:
parent
50bec2c32e
commit
59a90fc543
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ else
|
|||
end
|
||||
\endfish
|
||||
|
||||
To check string, number or file properties, use <a href="commands.html#test">test</a>, like
|
||||
To compare strings or number or check file properties (whether a file exists or is writeable and such), use <a href="commands.html#test">test</a>, like
|
||||
|
||||
\fish{cli-dark}
|
||||
if test "$fish" = "flounder"
|
||||
|
|
Loading…
Reference in a new issue