Hi, I've got a folder full of .zip and .tar.gz archives.

What I need to do is move the .zip to a particular folder and the .tar.gz to another.

Would I use the command mv *.zip /home/site/public_html/forum/arcade/zip/ to move the zips to /home/site/public_html/forum/arcade/zip/ directory?

Thanks