Skip to content

Instantly share code, notes, and snippets.

@wescleymatos
Created June 18, 2012 11:51
Show Gist options
  • Save wescleymatos/2948019 to your computer and use it in GitHub Desktop.
Save wescleymatos/2948019 to your computer and use it in GitHub Desktop.
comandos linux importantes
#remover todos os arquivos .mp3 de um File Server, por exemplo:
find / -type f -iname *.mp3 -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment