UNIX
du
The command du -cks * | sort -rn | head is very helpful.
identify
identify -format "%[w]x%[h]\n"
gives you the width and height of an image.
Shell scripting
Here's a good Shell Scripting Tutorial.
The command du -cks * | sort -rn | head is very helpful.
identify -format "%[w]x%[h]\n"
gives you the width and height of an image.
Here's a good Shell Scripting Tutorial.