Changeset 1525 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- Dec 29, 2006, 5:46:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1511 r1525 33 33 .PD 34 34 [ 35 .B \- i35 .B \-I 36 36 .I include 37 37 ] [ 38 .B \- e38 .B \-E 39 39 .I exclude 40 40 ] … … 112 112 is very verbose but only its exit code is really useful to you. 113 113 .TP 114 .B \- i, \-\-include <regex>114 .B \-I, \-\-include <regex> 115 115 Only fuzz files whose name matches the 116 116 .B <regex> … … 118 118 configuration files in many places and you do not want them to be fuzzed. 119 119 .TP 120 .B \- e, \-\-exclude <regex>120 .B \-E, \-\-exclude <regex> 121 121 Do not fuzz files whose name matches the 122 122 .B <regex> … … 168 168 .nf 169 169 170 .B % zzuf - i"foo[.]jpeg" convert -- foo.jpeg -format tga /dev/null170 .B % zzuf -I "foo[.]jpeg" convert -- foo.jpeg -format tga /dev/null 171 171 172 172 .fi … … 198 198 .fn 199 199 200 .B % zzuf -q -s 0:10000 -F 3 -T 60 -r 0.02 - imovie.avi mplayer movie.avi -- -benchmark -vo null -fps 1000200 .B % zzuf -q -s 0:10000 -F 3 -T 60 -r 0.02 -I movie.avi mplayer movie.avi -- -benchmark -vo null -fps 1000 201 201 202 202 .fi
Note: See TracChangeset
for help on using the changeset viewer.