X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=doc%2Ftar.texi;h=ed93e579b64bdba4e1315f7b28569bac728c431a;hb=fc61c174100019859fc3ae930a18839cd316be6e;hp=9bca1ef7d16a6041a69534ff1b8f3ea006b3f210;hpb=2981fcc5cbb63080f24f59570ea7fde8efc9bb34;p=chaz%2Ftar diff --git a/doc/tar.texi b/doc/tar.texi index 9bca1ef..ed93e57 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -2684,6 +2684,30 @@ Creates a @acronym{POSIX.1-2001 archive}. @xref{Formats}, for a detailed discussion of these formats. +@opsummary{full-time} +@item --full-time +This option instructs @command{tar} to print file times to their full +resolution. Usually this means 1-second resolution, but that depends +on the underlying file system. The @option{--full-time} option takes +effect only when detailed output (verbosity level 2 or higher) has +been requested using the @option{--verbose} option, e.g., when listing +or extracting archives: + +@smallexample +$ @kbd{tar -t -v --full-time -f archive.tar} +@end smallexample + +@noindent +or, when creating an archive: + +@smallexample +$ @kbd{tar -c -vv --full-time -f archive.tar .} +@end smallexample + +Notice, thar when creating the archive you need to specify +@option{--verbose} twice to get a detailed output (@pxref{verbose +tutorial}). + @opsummary{group} @item --group=@var{group}