commit c49f7928026cab6699ef7988a2dabf62b7fc6c40
parent a609327a44bd87ff54adcfbc549230c83ae49179
Author: lumidify <nobody@lumidify.org>
Date: Tue, 14 May 2024 17:28:43 +0200
The example in selectool.1 shouldn't have issues with double quotes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/selectool.1 b/selectool.1
@@ -122,7 +122,7 @@ $ selectool -f "mv -- '%f' '/path/to/dir/'" *.jpg | sh
.Ed
.Pp
Note that no great care has been taken to deal with filenames containing
-single or double quotes.
+single quotes.
That is left as an exercise to the reader (hint: just don't have
filenames containing quotes).
.Sh SEE ALSO