Matt wrote:
> Is there a way to tell rm -f to only remove a file if its owned by say
> mail?

find <path> -user mail -exec rm -f {} \;

man find.

        mark

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to