| Mailing List ArchivesAuthenticated access |  | ![[Computer Systems Lab]](http://www.cs.wisc.edu/pics/csl_logo.gif)  | 
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] noob question on File transfer in Condor without NFS
- Date: Tue, 13 Dec 2005 09:43:00 +0000
- From: Angel de Vicente <angelv@xxxxxx>
- Subject: [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