Zipping the dir

Hi,

Ex: Directory /u01/par
If a directory contains all the below files:
a.lst
b.lst
c.lst
d.lst
......etc
i have 50 files in this directory.

How to(command to) zip all the files in this directory into a single zip file.

Thanks

Did you check man zip

zip -r /path/to/new/zipfile /u01/par