/my_ls

Recreate ls

Primary LanguageC

PSU_myls

We had to recreate the command ls We used the following libs:

  • sys/types.h
  • sys/stat.h
  • stdio.h
  • dirent.h
  • pwd.h
  • grp.h

This project allowed us to better structure / use and browse our data For start proramme:

  • make
  • ./myls [-l -R -a]