From 4ce03d950c9cdadcbe6d2158194a020587a7f523 Mon Sep 17 00:00:00 2001 From: Polle Vanhoof Date: Mon, 6 Nov 2017 12:00:45 +0100 Subject: [PATCH] ncat: update description and style --- pages/linux/ncat.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/linux/ncat.md b/pages/linux/ncat.md index edc91191af..6b6a7322aa 100644 --- a/pages/linux/ncat.md +++ b/pages/linux/ncat.md @@ -1,12 +1,11 @@ # ncat -> `cat` over networks. -> Use the normal cat functionality over networks. +> Use the normal `cat` functionality over networks. - Listen for input on the specified port and write it to the specified file: -`ncat -l {{port}} > /path/to/file` +`ncat -l {{port}} > {{/path/to/file}}` - Write output of specified file to the specified host on the specified port: -`ncat {{address}} {{port}} < /path/to/file` +`ncat {{address}} {{port}} < {{/path/to/file}}`