Creating a link and finding Files in Unix - Exercise Result
Your UNIX session should look similar to the one shown in the following figures.
In the first figure, the script command reports that it is recording your commands in the file. Next, you list the qa directory to verify the file name you want to link to. Then you create a link and list the directory to verify the new link.
In the following figure, you use the find command to produce a list of project files. You save the output and then use cat to display the saved output.
Next, you produce a recursive listing to compare its format to that of the find command.