scripts/disk/find_large_files.sh

3 lines
67 B
Bash
Executable File

#!/bin/bash
find $1 -type f -printf '%s %p\n'| sort -nr | head -30