Skip to content

Instantly share code, notes, and snippets.

@flazz
Created December 12, 2014 00:10
Show Gist options
  • Save flazz/15768d95634e1a4e112d to your computer and use it in GitHub Desktop.
Save flazz/15768d95634e1a4e112d to your computer and use it in GitHub Desktop.
# 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