Find Large Files
$ more findlargefiles.sh
#!/bin/bash
# FindLargeFilesReport
#
# find all files larger than 8mb ; output to home directory
find / -size +8192 > /home/gare/FindLargeFilesReport.txt
No Comments yet »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress
RSS Feed - Syndicate this Site
and comments feed



