script to remove color coding information from an asterisk screen log
git-svn-id: svn://192.168.202.10@1143 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
FILE=$1
|
||||
|
||||
cat $FILE | sed "s/\[.;..;..m//g" | tr -d "\033" > $FILE.nocolor
|
||||
Reference in New Issue
Block a user