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