Skip to content

Instantly share code, notes, and snippets.

@peschwa
Created December 23, 2014 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peschwa/934fd8e42da67b4c23c5 to your computer and use it in GitHub Desktop.
Save peschwa/934fd8e42da67b4c23c5 to your computer and use it in GitHub Desktop.
psch@debvm:/tmp$ ls -la blargl
prw-r--r-- 1 psch psch 0 Dec 23 23:00 blargl
psch@debvm:/tmp$ file blargl
blargl: fifo (named pipe)
psch@debvm:/tmp$ echo "12345" > blargl & perl6 -v && perl6 -e'say "--"; "blargl".IO.open.read(5).decode("ascii").say; say "--"'
[1] 2754
This is perl6 version 2014.12-11-g08c2b0f built on MoarVM version 2014.12
--
12345
--
[1]+ Done echo "12345" > blargl
psch@debvm:/tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment