scripts/disk/find_large_files.sh

3 lines
67 B
Bash
Raw Normal View History

2020-03-01 13:02:34 +01:00
#!/bin/bash
find $1 -type f -printf '%s %p\n'| sort -nr | head -30