Zitat:
Original geschrieben von artemisias1
----------------------------cut-------------------------------
#!/bin/sh
# von arte
find -type d -name "$1" -print | while read i
do
cp $2 $i
done
----------------------------cut-------------------------------
beispiel:
>multicp "*/cgi-bin*" /home/sloter/pl-files/script.pl
|
multicp cgi-bin /home/sloter/pl-files/script.pl müßte doch auch genügen
Vermutlich funktioniert
cp script.pl */cgi-bin nicht. Bei Gelegenheit teile mir doch die Fehlermeldung mit.