#JeenaI got two test task from one of the companies I applied to. But I kind of feel that the first question is a trick question. It is: "Write a program to find out how many xml files there are in a directory and its subdirectories.". I do stuff like this with: find . -name "*.xml" | wc -l