Skip to content

Instantly share code, notes, and snippets.

@sorah
Created September 30, 2012 09:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorah/3806310 to your computer and use it in GitHub Desktop.
Save sorah/3806310 to your computer and use it in GitHub Desktop.
americano ~ (▰╹◡╹) ruby -e 'nil while true' &
[1] 34491
americano ~ (▰╹◡╹) ps aux|head -n1; ps aux|grep ruby
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
sorah 34491 99.6 0.1 2457324 5912 s001 RN 6:19PM 0:09.43 ruby -e nil while true
americano ~ (▰╹◡╹) kill %1
[1] + terminated ruby -e 'nil while true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment