On Wed, Feb 25, 2015 at 11:19:19PM +0100, MaX wrote:
> he!!  e adesso viene il difficile.... come faccio a spiegare a sed la
> stessa cosa?
> 
> cosí non funziona
> 
> $ echo '𞉀' | sed "s|&#[0-9]{6};|CAMBIO|g"
> 𞉀
> 
> ....

Ti serve questo?

$ echo '𞉀' | sed -r "s|&#[0-9]{6};|CAMBIO|g"
CAMBIO

ciao,
Christian


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[email protected] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [email protected]

To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Rispondere a