Cut image into thirds using imagemagick

Linux

I needed to cut an image into thirds horizontally...

mogrify -crop 33.333333%x100% <filename>