Short: Strips ANSI & ASCII Ctrl chrs from text Uploader: colin cts com Type: text/misc Architecture: m68k-amigaos Authors: wbow@crl.com colin@cts.com (Will Bow & Colin Thompson) ________ __ __ / ____/ /__ ____ _____ / / / /___ / / / / _ \/ __ `/ __ \/ / / / __ \ / /___/ / __/ /_/ / / / / /_/ / /_/ / \____/_/\___/\__,_/_/ /_/\____/ .___/ /_/ _ | |__ _ _ | '_ \ || | |_.__/\_, | |__/ ___ ___ _____ _ _ ___ __ _ | _ )/ _ \_ _| |_| | / __| ___ / _| |___ __ ____ _ _ _ ___ | _ \ (_) || | | _ | \__ \/ _ \ _| _\ V V / _` | '_/ -_) |___/\___/ |_| |_| |_| |___/\___/_| \__|\_/\_/\__,_|_| \___| Distribution: Freeware Requirements: Arexx Grep (included) ixemul.lib (included) Warranty: Don't be silly. This was a quick hack. Use it at your own risk. Authors: wbow@crl.com colin@cts.com Will Bow Colin Thompson Description: Strips ANSI characters and ASCII control(^) characters from text files. Usage from the shell: CleanUp > Example: You have a text file that is loaded with strange looking characters. You want the strange stuff to go >nil:. Assuming the offensive file is called "unsit.man", and you want to clean it up and send the output to RAM: for safe keeping, call CleanUp like this: CleanUp >RAM:unsit.man unsit.man CleanUp writes it's output to stdout, so if you don't specify a destination (>RAM:unsit.man) the cleaned up file will be ECHOed to the shell. You could give the file a new name when redirecting the output. CleanUp is an Arexx script that behaves like an executable. It can be called from any shell. Installation: Copy CleanUp and Gawk to C: or anyplace in the path. Copy ixemul.lib to LIBS: Money Back Gaurantee If CleanUp won't fix your problem child, try some of the other strippers on AmiNet. If that doesn't work, email us the offending file and we will return a version of CleanUp that will work for you.