Running a script

Python

$ python example.py

R

This writes to stdout:

$ Rscript example.R

This creates a file example.Rout:

$ R --vanilla CMD BATCH example.R