Einzelnen Beitrag anzeigen
Alt 14.01.2002, 08:42   #8
Flink
Hero
 
Registriert seit: 29.08.2001
Alter: 57
Beiträge: 904


Flink eine Nachricht über ICQ schicken Flink eine Nachricht über Skype™ schicken
doppelt gemoppelt?

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.
____________________________________
Bibel
Flink ist offline   Mit Zitat antworten