cain_ls
Goal 1
- get curr directory
- get all files in curr directory
- display above files
Goal 2
- make executable
Goal 3
- Adjust all blank spaces of the file name equally
Goal 4
- Color varies depending on the file type.
Goal 5
- -a, -l options specified and even created a help command
- -a: display all files including hidden files
- -l: display file information
- to retrieve user, group name implement later
Goal 6
- refactoring