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.