Remove ' ```'

This commit is contained in:
lucky-vers 2023-10-21 23:24:49 +05:30
parent 9a8e9044de
commit 176a56cd68

View file

@ -57,7 +57,7 @@ bandit12@bandit:/tmp/data$ cat data.txt
A new command is to be used here, `xxd`
```
bandit12@bandit:/tmp/data$ xxd -r data.txt >> data.bin
```
```
We use it with the `-r` to do a reverse hexdump — from hex data to binary data. We then transfer the output to `data.bin`.