my_ls [option] [directory] [file]
- option '-a' - sorting alphabetically
- option '-t' - sorting by time created
- my_ls is listing information about the FILEs
git clone https://github.com/kasavine/MY_LS.git
cd my_ls
make all
./my_ls -> it will list all the FILEs of current directory (default)
make clean