14 Sep
2001
14 Sep
'01
21:19
hallo zusammen.. kann mir jemand bei einem shell script helfen? Wiso funktioniert das nicht: #!/bin/bash function convert () { FILE=$1 echo "copy: $FILE" } find "$*" -type f -exec c {} \;