From: Fabian R. <na...@go...> - 2008-01-03 10:03:22
|
Am Wed, 2 Jan 2008 21:41:09 +0100 schrieb Ernst Bachmann <e.b...@xe...>: > The pipe syntax is usually provided by the shell, so you can probably > get it to work by calling /bin/sh directly and giving your little > script as argument to the -c option: >=20 > /bin/bash -c 'grep Title /tmp/xmms-info | gawk ... |' >=20 Didnt work either :( Isnt the correct exec syntax like: exec('command', 300); ? Because if you cant disregard the ' I cant think of a way to make it still work with providing my command via the -c option :/ So long |