Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
386 views
in Technique[技术] by (71.8m points)

macos - caution: filename not matched -unzip command

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...