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

[Condor-users] noob question on File transfer in Condor without NFS



Hi,

 > This is a shell script I am trying to run on my pool to learn file
 > transfer without NFS/AFS in condor:
 > ---------------------------------
 > echo "merging files"
 > cat $1 >$3
 > cat $2 >>$3
 > --------------------------------

I think all should be OK if you put as the first line of your script something
like

#!/usr/bin/tcsh

(check for the shell you want to use and its location)

and make the script executable

chmod 755 script.sh

Hope that helps. Cheers,
Angel de Vicente
-- 
----------------------------------
http://www.iac.es/galeria/angelv/

PostDoc Software Support
Instituto de Astrofisica de Canarias