Thanks very much for your answer,I have another question.How condor handle the pipeline command or multi command with && or || join together.For example: pipeline command:ls -l / | tee -a file.list | morehow to write condor submit file when run this pipeline command ? && command:cp ~/Desktop/1.txt ~/1.txt && rm ~/Desktop/1.txt && echo "success" || command:rm ~/Desktop/1.txt && echo "success" || echo "fail" how to write condor submit file when run such command ?
The more complicated your command, the easier it will be for you to convert the command into a shell script and have HTCondor run that, instead.
- ToddM