This website requires JavaScript.
Explore
Help
Sign In
christian
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b2b2855b5e
scripts
/
disk
/
find_large_files.sh
3 lines
67 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
find
$1
-type f -printf
'%s %p\n'
|
sort -nr
|
head -30
Reference in New Issue
View Git Blame
Copy Permalink