Skip to content

Instantly share code, notes, and snippets.

@gcr
Created April 8, 2013 03:34
Show Gist options
  • Select an option

  • Save gcr/5334071 to your computer and use it in GitHub Desktop.

Select an option

Save gcr/5334071 to your computer and use it in GitHub Desktop.
hudson $ rm /tmp/test
hudson $ bash
inner $ (sleep 10; echo foo > /tmp/test) &
[1] 19287
inner $ exit
hudson $ cat /tmp/test
cat: /tmp/test: No such file or directory
hudson ! $ sleep 10; cat /tmp/test
foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment