`echo` will not interpret escape codes without `-e`

This commit is contained in:
Sergey Avseyev 2018-10-09 08:01:12 +00:00
parent 85d9195218
commit 0f7efbcb6a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ AFL best works when given a bunch of valid test data. It *can* make up random da
```
$ mkdir afl-in/
$ echo "\x03\02hi\05there\x03nim\x03\x02\x01\x00" > afl-in/testdata
$ echo -e "\x03\02hi\05there\x03nim\x03\x02\x01\x00" > afl-in/testdata
$ ./afltestcase < afl-in/testdata
Read 3 texts
Read 3 picks