I needCould you please give me an example of using the treetree command to ignore directories (say bin and unitTest) and only listing certain files having extensions (say .cpp, .c, .hpp and .h) providing full pathnames of only the resultant files treed?filter out result as follows:
- to ignore directories (say
bin,unitTest) - only listing certain files having extensions (say
.cpp,.c,.hpp,.h) - providing full path-names of only the resultant files matching the criteria.