forfile globpattern command
Comparable to the sh-for command:
for i in globpattern; do command $i; done
The current filename will be assigned to $_
Examples:
forfile *.zip unzip $_
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 3:
'=item' outside of any '=over'
=over without closing =back