Files
ethereum-rpc-docker/show-db-size.sh
2023-08-25 06:21:57 +02:00

4 lines
107 B
Bash
Executable File

#!/bin/bash
find /var/lib/docker/volumes/ -maxdepth 1 -type d -name 'rpc_*' -exec du -sh {} \; | sort -rh