Lines=(find $FILEDIRECTORY -iname "*$FILEENDING" -exec wc -l {} \;)
The User can put in his path and file ending and it should count how many lines each program has... if User just wc -l
it prints me out how man files I have with that file ending what I want is:
100
78
45
So from every file the lines