[Courses] C Programming For Absolute Beginners, Lesson 1: Setting Up, First Program

Kevin Cole dc.loco at gmail.com
Tue Mar 6 22:53:58 UTC 2012


About hexdump... If you're (a) looking for a better pager than "less", (b)
a better hex dump than "hexdump" or (c) compiling a small boatload of C,
check out "most".

It's available in the Ubuntu universe repositories, Dag Wieers RPM
repositories, or as source code from the author: Jon Davis' source
repository

ftp://space.mit.edu/pub/davis/most/

I've used it for years on DECsystem-10s, VAXen, PC's and Macs. Once you get
your hands on it, try:

$ most welcome

Type "h" for a list of commands while running. In this case ":ob" and ":ov"
toggles provide potentially useful results.  I haven't compiled it in quite
some time, but I believe it was the usual *nix idiom:

$ ./configure
$ make all
$ make install

-- 
Physical
[image: [Photo: Kevin Cole]]
Kevin Cole, RHCE <http://launchpad.net/%7Ekjcole/>
Team Contact
Ubuntu Linux DC "LoCo" <http://dc.ubuntu-us.org/>
Washington, DC (US)
Virtual
E-mail:kjcole (at) ubuntu•comWWW:http://dc.ubuntu-us.org/GPG Key ID:
0xE6F332C7 <http://research.gallaudet.edu/%7Ekjcole/pubkey.php>


More information about the Courses mailing list