Hi all
Does anyone know how to use multiple -exec command in a find. I need to execute more than one command for each file found in the directory.
eg. find . -name "*.txt" -exec something {}; -exec somethingelse {}; -exec somethingelse {};
Thank you in advance
Any help is appreciated.
Jeya.
Does anyone know how to use multiple -exec command in a find. I need to execute more than one command for each file found in the directory.
eg. find . -name "*.txt" -exec something {}; -exec somethingelse {}; -exec somethingelse {};
Thank you in advance
Any help is appreciated.
Jeya.