@b0rk_reruns
You can also use && to specify that you need both pieces to execute properly.

So you can do unzip fle.zip && cat file1 and if it can't unzip that file because it doesn't exist, then it won't run that cat command.