Created
January 25, 2013 19:58
-
-
Save jorgenschaefer/4637355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ echo fnord > fnord | |
| $ (echo foo ; sleep 5 ; echo bar) > baz & (sleep 1 ; cp fnord baz) | |
| $ cat baz | |
| fnorbar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ echo fnord > fnord $ (echo foo ; sleep 5 ; echo bar) > baz & (sleep 1 ; cp fnord baz) $ cat baz fnorbar