| 34 |
with previous releases, however such usage is strongly deprecated as |
with previous releases, however such usage is strongly deprecated as |
| 35 |
the option will change to its UNIX98 semantics in the future releases. |
the option will change to its UNIX98 semantics in the future releases. |
| 36 |
|
|
| 37 |
* New option --first-copy can be used in conjunction with one of |
* New option --occurrence[=N] can be used in conjunction with one of |
| 38 |
the subcommands --delete, --diff, --extract or --list when a list of |
the subcommands --delete, --diff, --extract or --list when a list of |
| 39 |
files is given either on the command line or via -T option. This |
files is given either on the command line or via -T option. This |
| 40 |
option instructs tar to terminate when all of the filenames from |
option instructs tar to process only the Nth occurence of each named |
| 41 |
the list were processed. |
file. N defaults to 1, so `tar -x -f archive --occurence filename' |
| 42 |
|
extracts the first occurence of `filename' from `archive' |
| 43 |
|
and terminates without scanning to the end of the archive. |
| 44 |
|
|
| 45 |
* Removed obsolete command line options: |
* Removed obsolete command line options: |
| 46 |
** --absolute-paths superseeded by --absolute-names |
** --absolute-paths superseeded by --absolute-names |