On Mon, Aug 31, 2009 at 08:08:50PM EDT, Jerome BENOIT wrote: > Hello List, > > I would like to change the string of a file name in a (propriety) binary: > if applicable, how can we do that ?
Use vim's binary mode. $ vim -b binary-file And before you start editing: :h edit-binary CJ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

