Which of the following commands will you execute to compress all four files together?
1) tar -czvf archive.tar.gz file1 file2 file3 file4
2) zip -r archive.zip file1 file2 file3 file4
3) gzip -c file1 file2 file3 file4 > archive.gz
4) rar a archive.rar file1 file2 file3 file4