Skip to content

Commit

Permalink
Merge pull request #370 from mknos/find-pod
Browse files Browse the repository at this point in the history
find: correct usage example in POD
  • Loading branch information
briandfoy authored Dec 7, 2023
2 parents 7bda5d0 + 49b05c1 commit e97d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/find
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ then executes user specified commands on those files.
find and print a list of all files on the system (disk) with a F<.pm>
extension (perl modules).
C<find / -name "*.pl" -print>
C<find / -name "*.pm" -print>
find and delete all files in the current directory and subdirectories
that end with F<.bak> and have not been accessed in the last 10 days
Expand Down

0 comments on commit e97d890

Please sign in to comment.