久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      Linux:解壓unzip用法

      1、把文件解壓到當前目錄下

        unzip test.zip

      2、如果要把文件解壓到指定的目錄下,需要用到-d參數(shù)。

        unzip -d /temp test.zip

      3、解壓的時候,有時候不想覆蓋已經(jīng)存在的文件,那么可以加上-n參數(shù)

        unzip -n test.zip  unzip -n -d /temp test.zip

      4、只看一下zip壓縮包中包含哪些文件,不進行解壓縮

        unzip -l test.zip

      5、查看顯示的文件列表還包含壓縮比率

        unzip -v test.zip

      6、檢查zip文件是否損壞

        unzip -t test.zip

      7、將壓縮文件test.zip在指定目錄tmp下解壓縮,如果已有相同的文件存在,要求unzip命令覆蓋原先的文件

        unzip -o test.zip -d /tmp/
      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號