Psh::Builtins::Forfile.3pm

Langue: en

Version: 2001-10-09 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

"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 $_

POD ERRORS

Hey! The above document had some coding errors, which are explained below:
Around line 3:
'=item' outside of any '=over'