(1)srv:~# echo -n "" > /home/share/copyErr.txt
(2)srv:~# find /mnt/hdb/ -type f -exec cp '{}' /home/share/ 2>>/home/share/copyErr.txt ;
find: Fehlendes Argument für "-exec"
Was da los?
Kopp
(1)srv:~# echo -n "" > /home/share/copyErr.txt
(2)srv:~# find /mnt/hdb/ -type f -exec cp '{}' /home/share/ 2>>/home/share/copyErr.txt ;
find: Fehlendes Argument für "-exec"
Was da los?
Kopp