zoukankan      html  css  js  c++  java
  • atool home

    atool home

    atool - Introduction

    atool is a script for managing file archives of various types (tar, tar+gzip, zip etc).

    The main command is aunpack which extracts files from an archive. Did you ever extract files from an archive, not checking whether the files were located in a subdirectory or in the top directory of the archive, resulting in files scattered all over the place? aunpack overcomes this problem by first extracting to a new directory. If there was only a single file in the archive, that file is moved to the original directory. aunpack also prevents local files from being overwritten by mistake.

    The other commands provided are apack (to create archives), als (to list files in archives), and acat (to extract files to standard out). As atool invokes external programs to handle the archives, not all commands may be supported for a certain type of archives.

    atool identifies archives by their file extension. Sometimes this is not possible - for instance rar archives usually have varying numeric file extensions. In those cases when atool can't identify the format, file is used instead. (atool can be configured not to use file.)

    atool is written in Perl by Oskar Liljeblad and is free software (GNU General Public License).

    News

    The complete history of atool can be seen here.

    Download

    The latest version of atool is 0.39.0, which was released on 2012-04-02:

    Precompiled binaries are available as well (sorry, only for the old version 0.37.0):

  • 相关阅读:
    视频解析小技巧
    linux系统路由设置
    tracert路由跟踪命令
    php+nginx
    docker快速拉取镜像
    linux命令
    添加docker命令
    linux模糊查询文件名
    查看日志
    模板函数与模板类
  • 原文地址:https://www.cnblogs.com/lexus/p/2850308.html
Copyright © 2011-2022 走看看