Enviado em 02/07/2018 - 21:14h
Em este tópico: https://www.vivaolinux.com.br/topico/Iniciantes-no-Linux/Aplicar-recursividade-no-comando
find teste/ -type f -iname "*.pdf" -print0 | xargs -0 -P8 -n1 detox -n
$ find teste -type d -print0 | xargs detox -n
xargs: WARNING: a NUL character occurred in the input. It cannot be passed through in the argument list. Did you mean to use the --null option?
teste/sdfdsá -> teste/sdfdsa
$ find teste -type d -print0 | xargs -0 detox -n
teste/sdfdsá -> teste/sdfdsa
teste/sdfdsá -> teste/sdfdsa
teste/sdfdsá/LCé.pdf -> teste/sdfdsá/LCe.pdf
$ find teste -type d -print0 | xargs -0 -P8 -n1 detox -n
teste/sdfdsá -> teste/sdfdsa
teste/sdfdsá -> teste/sdfdsa
teste/sdfdsá/LCé.pdf -> teste/sdfdsá/LCe.pdf
Mitigação - O que é e quando é "seguro" desabilitar
Atualizar Debian Online de uma Versão para outra
A arte e a prática da Disciplina a longo prazo
Topgrade - Atualize seu sistema Linux inteiro com um único comando
Site com diversos emojis para seus códigos
Um modo leve de ouvir/ver áudio/vídeo da internet em máquinas pererecas
Bora fazer um teste? mbti (22)
Preciso de opiniões sobre meus programas [RESOLVIDO] (5)