P
Peter Judge
Guest
Hi, I have a utility program that takes filenames as arguments via -param . I'd like to start at a root directory, select all files matching a pattern and pass them one-by-one into a PCTRun task. Something along the lines of find /path/to/instance/webapps -type f -name web.xml -print -exec _pro -p convert_spring_properties.p -param XML-CFG={} \; Is this possible? I could change my .P to take a delimited list or an input file, but am interested in this question for now. TIA
Continue reading...
Continue reading...