1 заметка с тегом
ssh РСС
14 июля 2011, 17:36
Затарить и разтарить
tar czf new-tar-file-name.tar.gz file-or-folder-to-archiveHere is the command explanation:
*.tar — the tar command.
*.c — create new archive.
*.z — compress the archive using gzip.
*.f — use archive file.
tar -xzf tar-file-name.tar.gzHere is the command explanation:
*.tar — the tar command.
*.x — extract the archive.
*.z — uncompress the archive using gzip.
*.f — use archive file.
2 комментария