Jump to content

Command Crate ¿about?

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.

utilities [kb:202]