logo
  • 教程列表
  • SO官方文檔
  • 使用'tar'命令進行檔案壓縮
    • 壓縮資料夾
    • 從存檔中提取資料夾
    • 列出存檔內容
    • 壓縮並排除一個或多個資料夾
    • 剝離領先元件
    • 列出檔案的內容
  1. StackOverflow 文件
  2. GNU/Linux 教程
  3. 使用'tar'命令進行檔案壓縮
  4. 從存檔中提取資料夾

從存檔中提取資料夾

Created: November-22, 2018

有一個示例從當前位置的存檔中提取資料夾:

tar -xf archive-name.tar

如果要將資料夾從存檔中提取到特定目標:

tar -xf archive-name.tar -C ./directory/destination
  • 列出存檔內容
  • 壓縮資料夾

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明