Commandes en Vrac
cmd-line, geek stuff, some notes, ...
Monday, January 26, 2015
Find big files
In the current path, find all files bigger than, let's say 10MiB (10^7Bytes).
$
find . -type f -size +10000000c -exec ls -l {} \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment