Is there an easy step to clear contents of all ".log" file using find command.
Currently i am using "echo -n > filename.log" i have tried echo -n > /var/application-logs/*.log but it is not working..
is there a better way to clear contents of multiple files?