Skip to content

Commit

Permalink
Add od piped into xxd
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Jun 7, 2023
1 parent 7e24399 commit 2ae76ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rev file.txt | rev
tac file.txt | tac
echo ',p' | ed -s file.txt
xxd -p file.txt | xxd -p -r
od -vAn -tx1 file.txt | xxd -r -p
```

### Error league
Expand Down

0 comments on commit 2ae76ea

Please sign in to comment.