programming tips and examples home | links | personal | search
contact | research | publications | talks
programming

File Listing Utility - Version 1.5

Free Cross-Platform Tool to list files in ascii and binary (system independant) form. Many options, like file filters, are available. Includes endian check. written in C++

downloads:
What does the code show? - or what you can learn from it:
- create file lists
- obtain file information
- check endian
- filter files
- use ANSI colors in Terminal/Shell

Hints:
- compile with: g++ flist.cpp -o flister
- ANSI colors do not work in DOS shell
- binaries might need to be made executable, e.g.: chmod +x flister




© andreas glatz, last update 2005-08-22 • designed for firefox/safari & ie