Am trying to run the following command
unzip "mac.zip" mac/InstallForMacOSX.app/* -d /var/folders/kq/slrb2l3d21g9l47mwv0qgq1w001zyx/T/installer_XyDVi
on a zip file which contains the following directory structure:
mac/InstallForMacOSX.app/Contents/
mac/InstallForMacOSX.app/Contents/Info.plist
mac/InstallForMacOSX.app/Contents/MacOS/
mac/InstallForMacOSX.app/Contents/MacOS/InstallForMacOSX
mac/InstallForMacOSX.app/Contents/Resources/
mac/InstallForMacOSX.app/Contents/Resources/membrane.icns
I get the following error: caution: filename not matched: mac/InstallForMacOSX.app/Contents
I am not sure if I am using the wrong wildcards for specific directories or if there is another issue. Could anyone please help me here?
question from:
https://stackoverflow.com/questions/65931417/caution-filename-not-matched-unzip-command 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…