This file contains 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
| 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