Image-ExifTool - Re: Linebreak in 0x010e Image Description

Posted on Thu Jul 17 22:49:38 2008 by linuxuser in response to 8344 (See the whole thread of 7)
Re: Linebreak in 0x010e Image Description
It was not a good idea to use tr, with sed it works:
var2=`echo $var | sed 's/<br>/\n\n'/g`
Write a response