Re: binary editor in linux?

From: Scott Lurndal (scott_at_slp53.sl.home)
Date: 03/12/04


Date: Fri, 12 Mar 2004 19:56:05 GMT


"Jack Moderatz" <jyhur@wanadoo.nl> writes:
>hi
>
>currently I am looking for a binary editor (viewer) of any ASCII (or others)
>files. I need to see bit streams of '1' and '0'...
>
>could someone inform me of the program ?
>
>thankyou
>
>

man xxd

(xxd -b file)

scott