ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/bin/treescan
(Generate patch)

Comparing IO-AIO/bin/treescan (file contents):
Revision 1.17 by root, Sun Nov 13 16:19:31 2016 UTC vs.
Revision 1.18 by root, Sat Dec 3 16:33:45 2016 UTC

50 50
51Normally, F<treescan> will use heuristics to avoid most C<stat> calls, 51Normally, F<treescan> will use heuristics to avoid most C<stat> calls,
52which is what makes it so fast. This option forces it to C<stat> every file. 52which is what makes it so fast. This option forces it to C<stat> every file.
53 53
54This is only useful for the side effect of pulling the C<stat> data into 54This is only useful for the side effect of pulling the C<stat> data into
55the cache. If your disk cache is big enough, it will be filled with file 55the cache. If your disk cache is big enough, it will be filled with
56metadata after F<treescan> is done, which can speed up subsequent commands 56file meta data after F<treescan> is done, which can speed up subsequent
57considerably. Often, you can run F<treescan> in parallel with other 57commands considerably. Often, you can run F<treescan> in parallel with
58directory-scanning programs to speed them up. 58other directory-scanning programs to speed them up.
59 59
60=item -d, --dirs 60=item -d, --dirs
61 61
62Only lists directories, not file paths. This is useful if you quickly want 62Only lists directories, not file paths. This is useful if you quickly want
63a list of directories and their subdirectories. 63a list of directories and their subdirectories.
64 64
65=item -f, --files 65=item -f, --files
66 66
67Only list files, not directories. This is useful if you want to coperate 67Only list files, not directories. This is useful if you want to operate on
68on all files in a hierarchy, and the directories would ony get in the way. 68all files in a hierarchy, and the directories would ony get in the way.
69 69
70=item -p, --progress 70=item -p, --progress
71 71
72Regularly print some progress information to standard error. This is 72Regularly print some progress information to standard error. This is
73useful to get some progress information on long running tasks. Since 73useful to get some progress information on long running tasks. Since

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines