Karl Auer wrote: > #!/bin/sh > cat >> $1 > > Now you can do this: > > echo blah | sudo acat some_file > > ... and "blah" will be appended to some_file, even though it is owned > by root. Great - a shell script version of the tee program. :) Nils