Skip to content

Instantly share code, notes, and snippets.

@benhg
Last active May 29, 2019 23:21
Show Gist options
  • Save benhg/809900b1435e3cdb8c9aba99f2681a82 to your computer and use it in GitHub Desktop.
Save benhg/809900b1435e3cdb8c9aba99f2681a82 to your computer and use it in GitHub Desktop.
"watch -n 1 qstat" doesn't page right. Do this instead
while qstat; do sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment