GNU tar 1.34: 3.6 Obtaining GNU tar default values
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.6 Obtaining GNU tar default values
GNU tar has some predefined defaults that are used when you do not
explicitly specify another values. To obtain a list of such
defaults, use ‘--show-defaults’ option. This will output the
values in the form of tar command line options:
$ tar --show-defaults --format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt --rsh-command=/usr/bin/rsh
Notice, that this option outputs only one line. The example output above has been split to fit page boundaries.
The above output shows that this version of GNU tar defaults to using ‘gnu’ archive format (see section Controlling the Archive Format), it uses standard output as the archive, if no ‘--file’ option has been given (see section The ‘--file’ Option), the default blocking factor is 20 (see section The Blocking Factor of an Archive). It also shows the default locations where tar will look for rmt and rsh binaries.
This document was generated on March 24, 2021 using texi2html 5.0.