From: Marcel A. <m_a...@ho...> - 2005-08-10 20:20:28
|
I'm using a Beowulf cluster, but found that many scripts doesn't work, but do if directly executed. Even this simple command fails: $ bpsh 1 /bin/bash -c 'env' /bin/bash: env: command not found I want to avoid including the full path to /every/ executable in the script (as in bpsh 1 /bin/bash -c '/usr/bin/env'). Any suggestion? Marcel |