Useful Linux Commads

Delete files having specific extension recursively

find /home -iname "*.mp3" -exec rm {} \;


Comments

Popular posts from this blog

Run tasks in background in Spring

Conditional field inclusion in Jackson and Spring Boot

How to configure Wildfly 10 to use MySQL