#!/bin/sh df -h /rw echo "Finding big files in /rw filesystem..." cd /rw du --max-depth=1 --human-readable --total find . -size +90000c