Created
June 18, 2012 11:51
-
-
Save wescleymatos/2948019 to your computer and use it in GitHub Desktop.
comandos linux importantes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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