Problem
Question I: Construct a find command that, "finds all the files in your home directory tree using a relative pathname that are greater than 2 megabytes and changes all of these files to have read execute permissions for owner only.
Research the unique command using the man pages.
Question II: Now construct a command that parses the output from the displaying the labfile for the log entries related to node A and node B and consolidates row entries with the same date (IE oct-03, oct-02). You may need to use grep in order to answer this question correctly.