I am trying something quite easy, but cannot find the command where it works
So like following command
find /library/etc -name '*.rtf" - type -f delete
I want to see deleted files in log file. So I tried with > /path/txt.log also | tee path etc
Logfiles are created, but they are just empty
Any one has the secret what I am missing ?