How do I delete a single file from a tar.gz archive

后端 未结 5 2028
花落未央
花落未央 2021-02-19 01:58

I have a huge tarbell archive with an excessively large or corrupt error_log that causes the archive to hang when attempting to extract it. Is there a way to remove this from th

5条回答
  •  旧时难觅i
    2021-02-19 02:44

    Dear you can delete the archive file through the same format as we remove the directory from below command through

    command:- rm -rf archive file name r:- recursively

提交回复
热议问题