Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created May 27, 2020 19:34
Show Gist options
  • Save icaoberg/88f1b479bbc595a886991e2ffde2889f to your computer and use it in GitHub Desktop.
Save icaoberg/88f1b479bbc595a886991e2ffde2889f to your computer and use it in GitHub Desktop.
sshow
#!/bin/bash
watch "scontrol show jobid $1 | grep StdOut | cut -d"=" -f2 | xargs tail -n 25"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment