How to extract xip archive using command line?

后端 未结 6 871
说谎
说谎 2021-02-04 05:55

I searched around how to extract XIP archive using command line with no luck so I am leaving my own solution, as a bash function, here.

I found my inspirati

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 06:34

    Use unxip. You can install it with Homebrew:

    brew install thii/unxip/unxip
    

    To extract a .xip file:

    unxip path/to/.xip
    

提交回复
热议问题