Это скриншот, отображающий текстовый интерфейс командной строки. На экране показан список команд, относящихся к работе с архивами. Команды разделены на несколько групп, каждая из которых описывает определенный тип операции с архивами, например, создание, извлечение или просмотр содержимого архива.
📝 Текст на картинке
```
... 38s di/laptop ... v3.12.6
... tldr tar
tar
archiving utility.
Often combined with a compression method, such as 'gzip' or 'bzip2'.
More information: https://www.gnu.org/software/tar
- [c|create an archive and write it to a [file]:
tar cf path/to/target.tar path/to/file1 path/to/file2 ...
- [c|create a g(zipped) archive and write it to a [file]:
tar czf path/to/target.tar.gz from/to/file1 path/to/file2 ...
- [c|create a g(zipped) archive from a directory using relative paths:
tar czf path/to/target.tar.gz directory/path/to/directory ...
- [E|extract a (compressed) archive [file] into the current directory [verbosely:
tar xvf path/to/source.tar.gz[.bz2|.xz]
- [E|extract a (compressed) archive [file] into the target directory:
tar xvf path/to/source.tar.gz[.bz2|.xz] --directory=path/to/directory
- [c|create a compressed archive and write it to a [file], using the file extension to [automatically determine the compression program:
tar caf path/to/target.tar.xz path/to/file1 path/to/file2 ...
- [L|list] the contents of a tar [file] [verbosely:
tar tvf path/to/source.tar
- [E|extract files matching a pattern from an archive [file]:
tar xf path/to/source.tar --wildcards "*.html"
... 130ms di/laptop ... v3.12.6
```
🔍 Описание
Это скриншот, отображающий текстовый интерфейс командной строки. На экране показан список команд, относящихся к работе с архивами. Команды разделены на несколько групп, каждая из которых описывает определенный тип операции с архивами, например, создание, извлечение или просмотр содержимого архива.
🔍 Описание
Это скриншот, отображающий текстовый интерфейс командной строки. На экране показан список команд, относящихся к работе с архивами. Команды разделены на несколько групп, каждая из которых описывает определенный тип операции с архивами, например, создание, извлечение или просмотр содержимого архива.
📝 Текст на картинке
```
... 38s di/laptop ... v3.12.6
... tldr tar
tar
archiving utility.
Often combined with a compression method, such as 'gzip' or 'bzip2'.
More information: https://www.gnu.org/software/tar
- [c|create an archive and write it to a [file]:
tar cf path/to/target.tar path/to/file1 path/to/file2 ...
- [c|create a g(zipped) archive and write it to a [file]:
tar czf path/to/target.tar.gz from/to/file1 path/to/file2 ...
- [c|create a g(zipped) archive from a directory using relative paths:
tar czf path/to/target.tar.gz directory/path/to/directory ...
- [E|extract a (compressed) archive [file] into the current directory [verbosely:
tar xvf path/to/source.tar.gz[.bz2|.xz]
- [E|extract a (compressed) archive [file] into the target directory:
tar xvf path/to/source.tar.gz[.bz2|.xz] --directory=path/to/directory
- [c|create a compressed archive and write it to a [file], using the file extension to [automatically determine the compression program:
tar caf path/to/target.tar.xz path/to/file1 path/to/file2 ...
- [L|list] the contents of a tar [file] [verbosely:
tar tvf path/to/source.tar
- [E|extract files matching a pattern from an archive [file]:
tar xf path/to/source.tar --wildcards "*.html"
... 130ms di/laptop ... v3.12.6
```
🔍 Описание
Это скриншот, отображающий текстовый интерфейс командной строки. На экране показан список команд, относящихся к работе с архивами. Команды разделены на несколько групп, каждая из которых описывает определенный тип операции с архивами, например, создание, извлечение или просмотр содержимого архива.