Morgan Smith wrote:
> There may be some shortcomings of this script which I'm not realizing,
> and as such I welcome your opinions and suggestions.

It appears as though my handling of folder/filenames wasn't correct.
Line 33 which was:
echo $LINE | sed -e 's/: .*//g' | xargs --null rm -f
works a little better if it is changed to:
echo $LINE | sed -e 's/\(.*\): .*/"\1"/g' | xargs rm -f


-- 
Morgan Smith
Dutro Company
675 North 600 West
Logan, UT 84321
(435) 752-3921 x146
GPG Key: 76E09074
Keyserver: http://www.keyserver.net/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to