This commit is contained in:
Sergey Poznyakoff
2006-06-08 09:43:44 +00:00
parent 5108a3dc41
commit 9154c0c43b

View File

@@ -7030,6 +7030,10 @@ To test @option{--transform} effect we suggest to use
$ @kbd{tar -cf arch.tar --transform='s,^usr/,var/,' \
--verbose --show-transformed-names /}
@end smallexample
If both @option{--strip-components} and @option{--transform} are used
together, then @option{--transform} is applied first, and the required
number of components is then stripped from its result.
@node after
@section Operating Only on New Files