mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user