Created
May 10, 2022 07:25
-
-
Save lattejed/0c934b6a52d69c3e578ab10431551434 to your computer and use it in GitHub Desktop.
Rust: Concat all `Cargo.toml` files in a project into `less` so they can be searched
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name 'Cargo.toml' -exec cat {} + | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment