Unzip file via ssh

I have a meta data zip file. I know it includes train and test folder. I want to unzip a part of this file(just train folder). Is there any linux command for this?

I guess the following command should work for unzipping specific folder,

unzip folder.zip 'train/*'

1 Like