I need to backup all initXXX.ora files (we have duplicates) which are in different locations...
I know from a find you can use the results to feed another command.. but am not sure how to do it.
Ie I want to
find / -name 'init$DBNAME.ora'
and PUX the result (to retain hierachy) to /backup
for each ocurrence.
I hope this is clear?
Applications Support
UK
I know from a find you can use the results to feed another command.. but am not sure how to do it.
Ie I want to
find / -name 'init$DBNAME.ora'
and PUX the result (to retain hierachy) to /backup
for each ocurrence.
I hope this is clear?
Applications Support
UK