53GB

How to read a binary file using unix / linux command line



How to read a binary file using unix / linux command line

unix / linux bash Command line using:
od -cx to show formatted data inside binary file
tr -d ‘r’ to remove carriage return CR from unix / linux file

Exit mobile version