Create a C program that behaves like ls -al If an argument is provided, it can be either a file name or a directory name. If the argument is a directory name, you will list all files/directories inside it. Otherwise, you only list the corresponding file. Note that “.” or “..” are directories as well
Read More