Overview

Findext is command line tool to find extensions in a tree directory.
It aims to be a multi plateform command line tool for linux - windows - osx.



$ tree
.
└── main
    ├── cpp
    │   ├── findext.cc
    │   └── findext.h
    ├── java
    │   └── net
    │       └── sourceforge
    │           └── findext
    │               ├── API.class
    │               ├── API.h
    │               ├── API.java
    │               ├── Main.class
    │               ├── Main.java
    └── resources
        └── META-INF
            └── findext.properties
  	


$ findext
.cc
.h
.class
.java
.properties
  	

Download

The latest version can be found on the Sourceforge Project web site
https://sourceforge.net/projects/findext/