From f1ed9e984fca6d3aa929196d1cc493c98655fe3c Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:02:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0578e10..8206203 100644 --- a/README.md +++ b/README.md @@ -1173,7 +1173,7 @@ Variant if *'-e'* is not supported: ``` * On modern shells this can be shortened to `{ nc -v 127.0.0.1 31337 &1|:`. (*thanks IA_PD*). -* The `| :` trick wont work on C-Shell/tcsh (FreeBSD), orignal Bourne shell (Soalris) or Korn shell (AIX). Use `mkfifo` instead. +* The `| :` trick wont work on C-Shell/tcsh (FreeBSD), orignal Bourne shell (Solaris) or Korn shell (AIX). Use `mkfifo` instead. Variant for older */bin/sh*: ```sh