Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Accumulate file sizes in a directory without counting dir nodes
When you synchronize 2 file repositories with rsync, then you want to use fsize to show you if both sides show up with the same amount of files and with the same file sizes. Using du always counts files and directories (option -sb), which can result in different sizes. A directory node may use 12 KB on the rsync source and 16 KB on the rsync destination.