Job Control

Using a named pipe. Run a find in the background starting in the working directory While this is happening wait for input from the user to ask him which file to find. If the user does not enter any data in 10 seconds ask the user again. Then see if the requested file name is found from the output of the find.
If more than one file is found number them 1 to n.::confused:

---------- Post updated at 05:04 AM ---------- Previous update was at 05:03 AM ----------

please help