mpforeach procedure-expr...
Reads sexprs from standard input, and applies the provided procedure to each in turn, without access to standard input.
Examples
mpls tmp-files | mpforeach pp '(o delete-file dirent-path)'
Reads sexprs from standard input, and applies the provided procedure to each in turn, without access to standard input.
mpls tmp-files | mpforeach pp '(o delete-file dirent-path)'