diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index a10cffc..fa27a0e 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -5,6 +5,8 @@ Unofficial tips and tricks page of the PSM team :maxdepth: 2 :caption: Contents: + oarsub + Indices and tables ================== diff --git a/_sources/oarsub.rst.txt b/_sources/oarsub.rst.txt new file mode 100644 index 0000000..a797cdc --- /dev/null +++ b/_sources/oarsub.rst.txt @@ -0,0 +1,11 @@ +OARSUB tips +=========== + +Cancel all jobs +--------------- + +.. code:: bash + + oarstat -u username | awk '{print $1}' | xargs -n 1 oardel + +where username should be replaced by your ID. \ No newline at end of file diff --git a/genindex.html b/genindex.html index d11f8b2..4466eb5 100644 --- a/genindex.html +++ b/genindex.html @@ -53,7 +53,11 @@