From 91760b0771d49e12fb5d29742da93ebb75c386bc Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 19 Apr 2022 18:52:06 +0200 Subject: [PATCH] Remove stray xsel from docs This was copy-pasted via xsel, but that's not what we're showing here. --- doc_src/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/faq.rst b/doc_src/faq.rst index 1fbe536a0..762895f99 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -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.