j
k
j a
j l
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
Back to the thread
Back to the list