Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 249 Bytes

directory-scanner

  • streams data from files and
  • pipes into a comma-separated table.

To compile

make clean
make

To run

./scandir --with-no-filters
./scandir --with-filters

Dependencies

  • bash
  • gperf
  • sqlite3