Created
December 12, 2014 00:10
-
-
Save flazz/15768d95634e1a4e112d 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
# server | |
listen1 -v 'tcp!localhost!7777' wc -l | |
# dial client - doesn't work | |
dial 'tcp!localhost!7777' < some-file | |
# nc client – does work | |
nc localhost 7777 < some-file | |
10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment