/APUE-MID

Implement the ls(1) command as described in the manual page provided to you here.

Primary LanguageC

APUE-MID

Advanced Programming in UNIX Enviroment Midterm assignment

issues encoutered:

  1. order of the switches should be right after the program name, using switched after path name may not work

  2. written separate branches for arguments and no arguments

  3. printing in tabular format not followed as it prints in ls