Christopher Faylor <me@cgf.cx> writes: > Thanks, but, in the future, please do not remove the fileattr file. > Instead, cp /dev/null to it. Fun fact: '> filename' is a valid Bourne shell command all by itself and has the same effect as cp /dev/null filename. (for slightly less obscurity, ': > filename' works too.) zw