Skip to content

Instantly share code, notes, and snippets.

@davlgd
Created March 30, 2025 17:00
Show Gist options
  • Save davlgd/4640dfa9a23fc34eb1b10d705956e959 to your computer and use it in GitHub Desktop.
Save davlgd/4640dfa9a23fc34eb1b10d705956e959 to your computer and use it in GitHub Desktop.
Cargo/Rust clean
#! /bin/bash
pushd ~
find Documents -type f -name Cargo.toml -exec cargo clean --manifest-path {} \; 2>&1 | grep Removed
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment