I am working on a mini unix emulator with commands like ls, mv, rm, ... Now I need to implement the ls command in a recursive function. I already did this but without recurs