Hay Jacco, I think the problem is that you'll need to specify that the replacement should act globally, rather than just once.
On 15 Dec 2009, at 09:57, Jacco wrote: > sed 's/\x00//' ~Desktop/mies.txt > ~/Desktop/poes.txt Change this to sed 's/\x00//g' ~Desktop/mies.txt > ~/Desktop/poes.txt and hopefully (...) all will work. Regards, Carlton -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.
