Find and execute a command on found files

Very useful command:

find -name *.xml -exec cp -f {} /home \;

{} is replaced by found file paths.

Comments

Popular posts from this blog

Morning Quotes

QCalendarWidget CSS Stylesheeting