Hi Ogoshi
$ echo "text/plain { suffixes txt }" > /etc/cherokee/mime.confI would rather use a ">>" instead of a single ">" unless you want to remove all the previous contents of mime.conf ;-)
$
$ echo "text/plain { suffixes txt }" >> /etc/cherokee/mime.conf
$the ">>" appends (does not destroy). The ">" destroys and creates the file from scratch
Of course I assume that you are using bash.
Regards, Rodrigo
_______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
