/octo-ctools

C tools for Unix, new version

Primary LanguageCMIT LicenseMIT

ctools

Tools for Unix, written in C for the most part. It's only SBU versions (S table B ut U gly) and experimental code. They are developed under Linux, FreeBSD or OpenIndiana.

testing code: hexdump

The only purpose of this program is to play with current code and new ideas.

To build it:

mkdir "build"
cd build
cmake ..
cmake --build . --target hexdump.exe
./hexdump/hexdump.exe ../LICENSE
cat ../LICENSE | ./hexdump/hexdump.exe

The 2 last lines must give the same result. The last line test input from stdin. You can also run the shell script build-all.sh from the command line.