Skip to content

Instantly share code, notes, and snippets.

@ddubson
Created March 29, 2020 16:12
Show Gist options
  • Save ddubson/78e30f38f9d0b9edf0ec44edcc5b7765 to your computer and use it in GitHub Desktop.
Save ddubson/78e30f38f9d0b9edf0ec44edcc5b7765 to your computer and use it in GitHub Desktop.
Remove multiple apps from scoop cache
@("app-one", "app-two", "app-three") | ForEach-Object { scoop cache rm $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment