Skip to content

Instantly share code, notes, and snippets.

@lattejed
Created May 10, 2022 07:25
Show Gist options
  • Save lattejed/0c934b6a52d69c3e578ab10431551434 to your computer and use it in GitHub Desktop.
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
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