regex
Here are 2,193 public repositories matching this topic...
-
Updated
Oct 22, 2020 - Rust
-
Updated
Oct 5, 2020 - Shell
-
Updated
Sep 10, 2020 - Python
-
Updated
Aug 15, 2019 - TypeScript
-
Updated
Jul 28, 2020
-
Updated
Oct 11, 2020 - Vue
-
Updated
Sep 21, 2020 - Rust
-
Updated
Oct 14, 2020 - Rust
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jun 28, 2020
-
Updated
Sep 3, 2020 - Rust
-
Updated
Sep 7, 2018 - JavaScript
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 22, 2020 - D
-
Updated
Oct 12, 2020 - PHP
-
Updated
Oct 16, 2020 - OCaml
-
Updated
Sep 30, 2020 - Python
-
Updated
Nov 12, 2019 - Go
-
Updated
Sep 30, 2020 - Shell
Demo
Add a new demo
-
Updated
Jul 14, 2020 - Swift
-
Updated
Aug 15, 2020 - Swift
-
Updated
Sep 29, 2020 - Python
Improve this page
Add a description, image, and links to the regex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the regex topic, visit your repo's landing page and select "manage topics."
I see a lot of
fd
users that seem to think that they need to add"{}"
to all commands. Some users also seem to think that the closing semicolon (which needs to be escaped)\;
is required:In reality, 90% of the
--exec
use cases can be written without the"{}"
part (whichfd
adds, if it is ommitted) because the file entry often comes last. The semic