/ls-command

Our own ls program using ONLY system calls with different options (-l, -a, -h).

Primary LanguageCMIT LicenseMIT

ls-command

Our own ls program using ONLY system calls with different options (-l, -a, -h).

Compile Using: gcc myls.c

Run: ./a.out FolderName {any combination of options: -l, -a, -h}