2009/10/3 Julio C. Neves <[email protected]>: > Isso me cheira a sed: > > $ sed -r 's/^(.{33})(.*)/\1xXxXxX\2/' /caminho/do/arquivo >
Oi Júlio, precisa do ^? Não vi situação que deixe de funcionar sem o ^. -- 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)
