The following reply was made to PR bin/156758; it has been noted by GNATS. From: Jason Hellenthal <jh...@dataix.net> To: Federico <esepeces...@esepecesito.com.ar> Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: misc/156758: sed utility extrange behavior with s/../& /g command on a .hex file Date: Sun, 1 May 2011 23:27:16 -0400
Federico, sed -e 's/^://' -e 's/../& /' file |awk '{print ":"$0}' Will that work for you ? I am not entirely convinced this is a problem with sed(1) -- Regards, (jhell) Jason Hellenthal _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"