mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Remove stray xsel from docs
This was copy-pasted via xsel, but that's not what we're showing here.
This commit is contained in:
parent
2a22a91544
commit
91760b0771
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ If the wildcard doesn't match any files, fish prints an error instead of running
|
|||
|
||||
> echo *this*does*not*exist
|
||||
fish: No matches for wildcard '*this*does*not*exist'. See `help expand`.
|
||||
echo *this*does*not*exist 2>| xsel --clipboard
|
||||
echo *this*does*not*exist
|
||||
^
|
||||
|
||||
Now, bash also tries to match files in this case, but when it doesn't find a match, it passes along the literal wildcard string instead.
|
||||
|
|
Loading…
Reference in a new issue