Hello People, I have a task where I need to clean-up a bunch of sql files, removing odd characters from them. BBedit gives up on me, for files that are to big, since it tries to do it in memory.
I need to remove characters like x00 and x0B, that were entered in a Mac application. I tried something like this, but that doesn't work. sed 's/\x00//' ~Desktop/mies.txt > ~/Desktop/poes.txt Any insight welcome! -- 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.
