j
k
j a
j l
On 26.10.10 23:23, Matt wrote:
Is there a way to tell rm -f to only remove a file if its owned by say mail? Matt
Is there a way to tell rm -f to only remove a file if its owned by say mail?
Matt
maybe something like this (untested) #$ find /path -type f -a -user mail -exec rm {} ;
Attachments:
Back to the thread
Back to the list