shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Limpando lixo de executável


From: Reinaldo de Carvalho
Subject: Re: [shell-script] Limpando lixo de executável
Date: Mon, 3 May 2010 21:33:19 -0300

2010/5/3 Alain Mouette <address@hidden>:
> Realmente tirou, mas não resolve meu problema:
>

PacMan, o tr do coreutils não tem -u, nem como não buferizar...

>
> Foi exatamente por isso que eu perguntei na lista :) se eu faço um pipe
> pequeno ele só processa no final :(
>
> Mais alguma sugestão???
>
> Alain
>

programa | sed 's/\x08//g'

sed 's/\x08//g' < <(programa)

;)

-- 
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net

"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]