walkingseed
Technical User
find ./ -name *.htm | perl fix.pl
I have the above command where I want to change a fiew characters in all of the html files in a directory tree. How do I get the output from find to redirect into my perl program? I know this can be done, I've done it before but I can't remember how.
I have the above command where I want to change a fiew characters in all of the html files in a directory tree. How do I get the output from find to redirect into my perl program? I know this can be done, I've done it before but I can't remember how.