Misc. Sys Admin related notes, Linux tips, tricks, notes to self, etc.
ls -l -R | nawk '{ if ($5 > 104857600 ) { print $0 }}'
Thanks for the post. I updated it on the site as well to reflect the changes. http://www.codesnippt.com/code.php?id=32&t=115
Post a Comment
1 comment:
Thanks for the post. I updated it on the site as well to reflect the changes. http://www.codesnippt.com/code.php?id=32&t=115
Post a Comment