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:
Fabian Homborg 2022-04-19 18:52:06 +02:00
parent 2a22a91544
commit 91760b0771

View file

@ -256,7 +256,7 @@ If the wildcard doesn't match any files, fish prints an error instead of running
> echo *this*does*not*exist > echo *this*does*not*exist
fish: No matches for wildcard '*this*does*not*exist'. See `help expand`. 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. 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.