ALL,
Following command find . -name *h
throws following:
find: paths must precede expression
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
The command runs but throwing both .h and .cpp files.
What is the problem here?
TIA!!