From fd21932db8a86aa5a1ccc38e0fc54f25f7f3bd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamza=20Co=C5=9Fkun?= <36128276+hamza-cskn@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:41:04 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 2c8414a..5e4f86e 100644 --- a/README.md +++ b/README.md @@ -299,11 +299,6 @@ ls | >> a < a > a << a cat ``` Should write heredoc input to file a. -```bash -ls | >> a < a > a << a cat -``` -Should write heredoc input to file a. - ```bash export VAR=VAL export VAR