$24
Introduction
During this hands-on project, you will login to a Linux workstation and develop a BASH script experimenting with a few Shell language constructs and commands.
Assignment
Write a shell script, named findfile, that is invoked as follows:
findfile fileName dir1Name dir2Name ...
When invoked, findfile searches the named file in the directories specified. If the file is found in one directory, the current directory is changed to it. The script you develop must use a function called myFind to search for the file in the given directories.
Submission Instructions
Submit your findfile script file on Blackboard.
Page 1 of 1