[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Disabling iterators in shellcommands
From: |
Alexander Mattausch |
Subject: |
Disabling iterators in shellcommands |
Date: |
Thu, 09 Jun 2005 10:10:21 +0200 |
User-agent: |
Mozilla Thunderbird 1.0 (X11/20041207) |
Hello,
is there a way to disable iterators in a shellcommand? I have the
following code:
control:
var = ( "a:b:c" )
shellcommands:
"/some/program $(var)"
and $(var) should be passed unchanged to /some/program. I know that I
could change the character which separates the list, but this would
break all my intended iterators. Does the variable $(colon) as a
replacement for ":" exist (I haven't found anything)?
Any ideas?
Thanks,
Alex
- Disabling iterators in shellcommands,
Alexander Mattausch <=