runwuf's tech scratch pad
#!/bin/bash for ext in `find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u`; do echo "`find . -name "*."$ext -print0 | du -ch --files0-from=- | tail -1` by "$ext done
Post a Comment
No comments:
Post a Comment