examples/jsaga-help.sh -s missing
examples/jsaga-context-init VOMS
examples/jsaga-help.sh -d context
URL=file:/// examples/jsaga-ls.sh -l $URL
examples/jsaga-help.sh -j context
URL=local://localhost examples/jsaga-job-run.sh -Executable /bin/date -Arguments --utc -r $URL
URL=local://localhost # don't forget to escape special characters to prevent them from being interpreted by your shell examples/jsaga-job-run -Executable /bin/hostname -Output output.txt -FileTransfer 'result.txt\<output.txt' # or create a job description file cat << EOF > job.txt Executable /bin/hostname Output output.txt FileTransfer result.txt<output.txt EOF examples/jsaga-job-run.sh -f job.txt -r $URL