hi
I would like to copy files that find command finds somehow. None of this does not work
find less/DH* more/DH* -type f -name "all*.dat" -exec cp "c:\users\"
find less/DH* more/DH* -type f -name "all*.dat" | cpio -pdumv "c:\users\"
how to do properly this?
thanks
oliver
I would like to copy files that find command finds somehow. None of this does not work
find less/DH* more/DH* -type f -name "all*.dat" -exec cp "c:\users\"
find less/DH* more/DH* -type f -name "all*.dat" | cpio -pdumv "c:\users\"
how to do properly this?
thanks
oliver