Here's an example in perl:
Code:
charlie@charlie:~/maui/src$ echo '\ : * ? " < > hello world' | perl -pe 's/[\\:\*\?"<>]+//g;'
hello world
charlie@charlie:~/maui/src$
--
Charlie Harvey's website - linux, perl, java, anarchism and punk rock:
http://charlieharvey.org.uk