What is pfs2ls batch processing ?
The batch processing facility allows you to pass each file found as an argument to a program one-by-one. For example is I want to edit all the .c files with 'ed' I would type :-
pfs2ls #?.c --batch(ed)