#!/bin/bash for file in `find / -type f -size +100000`; do ls -lh $file done
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Finding large files (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Show all files in Finder in shell osx mac bash finder files visible
» Progress indicator snippet f... in find shell osx mac bash unix indicator progress
» Store file information in SQ... in find shell osx mac bash sql unix database file array sqlite3 sqlite write insert transaction
» Delete specified files in th... in find shell osx mac bash unix delete
» ffind - fuzzyfind from the c... in find shell osx mac bash unix file directory
» Find largest files on Mac OS X in find awk shell osx mac bash unix file ls size mdfind largest
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails