From b2218c4371b4ad83372cd62860bb589b0b9897c3 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 16 May 2023 19:02:06 +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 26079c1..1de24da 100644 --- a/README.md +++ b/README.md @@ -1042,7 +1042,7 @@ Hide from `cat` with a [simple carriage return](https://www.hahwul.com/2019/01/2 ```sh ### The first line will be hidden from cat cd /var/www/html -echo ''$'\r''' >test.php +echo ''$'\r''' >test.php ``` Note the `$'\r'`: It will move the cursor back and then overwrite with the following line.