Полезные команды Linux: различия между версиями

tar -C уточнение
tar - модификация
Строка 100: Строка 100:


Другие возможные tar команды собраны здесь: https://linuxize.com/post/how-to-create-and-extract-archives-using-the-tar-command-in-linux/
Другие возможные tar команды собраны здесь: https://linuxize.com/post/how-to-create-and-extract-archives-using-the-tar-command-in-linux/
==== Модификация архива ====
Добавить новый файл в tar архив.
<code>tar -rvf archive.tar newfile</code>
Удалить файл из tar архива.
<code>tar --delete -f archive.tar file1</code>


=== Portable Document Format (PDF) ===
=== Portable Document Format (PDF) ===