WHAT HAPPENS WHEN YOU TYPE “ls *.c” INTO YOUR SHELL First of all, we have to understand every single character of the command in order to underestand it completly. The “ls” command, referring to LIST, is the one that let us list all the files we have in our current directory. It let us know the name of the file, and main information if you combine it with some options to make it long format.