in message <[EMAIL PROTECTED]>, wrote [EMAIL PROTECTED] thusly... > > + I PipeRead `ps x|grep Fvwm|sed -e > "s/\\(.*\\)\\/\\(Fvwm[a-zA-Z]\\+\\).*/AddToMenu ModuleList \\2 KillModule > \\2/"|sort|uniq` > > However, the PipeRead command stream is rendered as: > ``28876 ? R 0:00 sh -c ps x|grep Fvwm|sed -e > "s/\(.*\)\/\(Fvwm[a-zA-Z]\+\).*/AddToMenu ModuleList \2 KillModule > \2/"|sort|uniq"
Notice that you are using ``, to execute a command in subshell instead of '' which may or may not matter to fvwm. Try with '' or "" instead of `` in any case. - Parv -- -- 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]
