View binary content of ls binary (hexdump)
cat /bin/ls | hexdump -C | less
Displays the binary content of the ls command using hexdump, piped through less for pagination.
cat /bin/ls | hexdump -C | less
Displays the binary content of the ls command using hexdump, piped through less for pagination.