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
Programa IRPF - Guia de Instalação e Resolução de alguns Problemas
Criando uma Infraestrutura para uma micro Empresa
Criar entrada (menuentry) ISO no Grub
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
Instalando o Pi-Hole versão v5.18.4 depois do lançamento da versão v6.0
Instalar o VIM 9.1 no Debian 12
Como saber o range de um IP público?
Muitas dificuldades ao instalar distro Linux em Notebook Sony Vaio PCG-6131L (VPCEA24FM)
Liberação de alguns links no squid (17)
Erro ao instalar o ChatGPT Desktop (9)