[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] escaping of an argument



Hi Christoph.

If I understand what you need to do you may ry:

arguments = "Hello world - I run on $ENV(HOSTNAME)"

Joe

On 9/30/24 10:46 AM, Beyer, Christoph wrote:
hi,

I try something maximum simple for a hands-on but: 

executable   = /usr/bin/echo                        
arguments    = "Hello world - I run on $(HOSTNAME)"

Gives me either "$(HOSTNAME)" or empty - maybe someone knows how to escape it properly to get it interpreted on the worker, returning the actual name ? 

Best
christoph