On 11 Oct 2003 20:03:13 +0000, Eduardo Alvarez wrote: > > I was trying to write a script that allowed me to select different mp3's > off a menu, but I'm having trouble with some of the songs, which contain a > single quote as an apostrophe as part of their name. Is there a way to > tell FVWM to not try and find said quote's partner? Any help would be > appreciated.
Add: | sed "s/'/\\\\'/g" to the end of your PipeRead. You may need to experiment with the number of backslashes. Another solution is to put your filenames in double quotes or backticks if you know the filenames don't have these chars. Regards, Mikhael. -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]