Bdale Garbee <[email protected]> ha escrit: > A user of our Debian packages of tar points out that it might be more > efficient to use lseek() in some circumstances, particularly for > archives containing a small number of large files.
The --seek (-n) command line option instructs tar to use lseeks instead of reads. Use it. Regards, Sergey
