Goal

Place for short, useful shell scripts and commands.


Delete all .terragrunt-cache

Preview:

find . -type d -name ".terragrunt-cache"

Run:

find . -type d -name ".terragrunt-cache" -prune -exec rm -rf {} +