2. Walk + Parse
Write a program parser.c that takes exactly 3 arguments:
- ./parser arg1 arg2 arg3 
- If all tree arguments are provided in any order, the program walks over all files in the directory (non-recursive), and prints N-th file object name matching pattern 
