mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
9 lines
395 B
ReStructuredText
9 lines
395 B
ReStructuredText
cmake-e-tar-extract-specific-files
|
|
----------------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E tar`` tool allow for extract (``-x``) or list
|
|
(``-t``) only specific files or directories. To select pathnames append
|
|
a space-separated list of file names or directories.
|
|
When extracting selected files or directories, you must provide their exact
|
|
pathname, as printed by list (``-t``)
|