Moje,
(1)srv:~# echo -n "" > /home/share/copyErr.txt
ist klar
(2)srv:~#
find /mnt/hdb/ -type f -exec cp '{}' /home/share/ 2>>/home/share/copyErr.txt ;
Hab Fragen zur Syntax:
wofür steht -type f?
wofür '{}'
warum 2>> und nicht einfach >
; am ende nötig?
Danke!