MyLs

Deadline: October 3rd, 2014

1   Instructions

Implement a program named myls that matches the following documentation:

Usage: myls [OPTION]... [FILE]...

List information about the FILEs (the current directory
by default). Sort the output alphabetically by default.

Options:
  -R       Recurse into subdirectories.
  -l       Use a long listing format.

You may implement the following for a higher grade:

2   Grading