Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
72b34439
Kaydet (Commit)
72b34439
authored
Kas 02, 2016
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed hyperlinks for tarfile CLI options.
üst
92c1a904
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
tarfile.rst
Doc/library/tarfile.rst
+7
-6
No files found.
Doc/library/tarfile.rst
Dosyayı görüntüle @
72b34439
...
...
@@ -644,13 +644,14 @@ A :class:`TarInfo` object also provides some convenient query methods:
.. _tarfile-commandline:
.. program:: tarfile
Command
Line Interface
Command
-
Line Interface
----------------------
.. versionadded:: 3.4
The :mod:`tarfile` module provides a simple command
line interface to interact
The :mod:`tarfile` module provides a simple command
-
line interface to interact
with tar archives.
If you want to create a new tar archive, specify its name after the :option:`-c`
...
...
@@ -687,7 +688,7 @@ For a list of the files in a tar archive, use the :option:`-l` option:
$ python -m tarfile -l monty.tar
Command
line options
Command
-
line options
~~~~~~~~~~~~~~~~~~~~
.. cmdoption:: -l <tarfile>
...
...
@@ -695,8 +696,8 @@ Command line options
List files in a tarfile.
.. cmdoption:: -c <tarfile> <source1> <sourceN>
--create <tarfile> <source1> <sourceN>
.. cmdoption:: -c <tarfile> <source1>
...
<sourceN>
--create <tarfile> <source1>
...
<sourceN>
Create tarfile from source files.
...
...
@@ -712,7 +713,7 @@ Command line options
.. cmdoption:: -v, --verbose
Verbose output
Verbose output
.
.. _tar-examples:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment