%
Condor Tip #19:
-Which version of Condor is running on your system? Find out by running:
+Which version of Condor is running on your system? Find out by
+running:
condor_version
%
Condor Tip #20:
-All Condor commands have traditional UNIX man pages. To get help, run:
+All Condor commands have traditional UNIX man pages. To get
+help, run:
man <Condor command name>
%
Condor Tip #21:
-Need to sync files back from your Vanilla or Parallel Universe jobs before they've actually finished? Use rsync and condor_ssh_to_job.
+Need to sync files back from your Vanilla or Parallel Universe
+jobs before they've actually finished? Use rsync and
+condor_ssh_to_job.
rsync -v -e condor_ssh_to_job <job number>:<remote filename> <local directory>
{endcode}