Changeset 3 in mp3-find for trunk/bin/mp3find
- Timestamp:
- 01/30/06 02:05:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/mp3find
r1 r3 60 60 =over 61 61 62 =item C<-i >62 =item C<-ignore-case>, C<-i> 63 63 64 64 Case insensitive matching. 65 65 66 =item C<- w>66 =item C<-exact-match>, C<-w> 67 67 68 Match only whole words. 68 All search patterns must match the entire value, and not just a 69 substring. This has the same effect as putting a C<^> and C<$> 70 around each pattern. 69 71 70 72 =item C<-sort> … … 92 94 instead. 93 95 94 =item C<< <-field> <pattern>>>96 =item C<< -<field> <pattern> [patterns...] >> 95 97 96 The fields you are searching on. These are and-ed together. For the list 97 of recognized fields, see L<MP3::Find>. 98 The fields you are searching on. More than one pattern for a given field 99 are combined with 'OR', while the fields to be matched are 'AND'-ed together. 100 For the list of recognized fields, see L<MP3::Find>. 98 101 99 102 =back … … 103 106 Peter Eichman <peichman@cpan.org> 104 107 108 =head1 COPYRIGHT AND LICENSE 109 110 Copyright (c) 2006 by Peter Eichman. All rights reserved. 111 112 This program is free software; you can redistribute it and/or 113 modify it under the same terms as Perl itself. 114 105 115 =cut
Note: See TracChangeset
for help on using the changeset viewer.