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
Instalação e configuração do Chrony
Programa IRPF - Guia de Instalação e Resolução de alguns Problemas
Criando uma Infraestrutura para uma micro Empresa
O Que Fazer Após Instalar Ubuntu 25.04
O Que Fazer Após Instalar Fedora 42
Debian 12 -- Errata - Correções de segurança
Instalando o Pi-Hole versão v5.18.4 depois do lançamento da versão v6.0
Alguém poderia me ajudar a escolher peças pra montar um desktop? (3)
modo de emergencia no linux [RESOLVIDO] (1)