Skip to content

Commit

Permalink
substitute previously-seen example job ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Feb 16, 2023
1 parent 9b656ad commit 470c4c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions _episodes/17-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ use `{{ site.sched.hist }}` to get statistics about `parallel-job.sh`.

{% include {{ site.snippets }}/resources/account-history.snip %}

This shows all the jobs we ran today (note that there are multiple entries
per job). To get info about a specific job, we change command slightly.
This shows all the jobs we ran today (note that there are multiple entries per
job).
To get info about a specific job (for example, 347087), we change command
slightly.

```
{{ site.remote.prompt }} {{ site.sched.hist }} {{ site.sched.flag.histdetail }} 1965
{{ site.remote.prompt }} {{ site.sched.hist }} {{ site.sched.flag.histdetail }} 347087
```
{: .language-bash}

Expand All @@ -72,7 +74,7 @@ information to `less` to make it easier to view (use the left and right arrow
keys to scroll through fields).

```
{{ site.remote.prompt }} {{ site.sched.hist }} {{ site.sched.flag.histdetail }} 1965 | less
{{ site.remote.prompt }} {{ site.sched.hist }} {{ site.sched.flag.histdetail }} 347087 | less
```
{: .language-bash}

Expand Down

0 comments on commit 470c4c5

Please sign in to comment.