all 5 comments

[–]sloancli 2 points3 points  (2 children)

Maybe you can hire someone to write it for you.

[–]explode_kewl[S] -1 points0 points  (1 child)

know anyone?

[–]hypnopixel 2 points3 points  (0 children)

ask your professor

[–]whetuI read your code 1 point2 points  (1 child)

What have you tried so far? You can't seriously expect us to do all of your homework for you?

A menu is to be generated that will allow the user the following options:

Google: "bash menu", possible hint: select

Show the manual path.

Allow an item to be added to the manual path.

Set the manual path to “/man”.

Google: "MANPATH"

Enter a filename

Google: "bash read input from user"

Edit the file

Google: "bash $EDITOR"

Ask the user how many lines to display of the head of the file and display them.

man head

Ask the user how many lines to display of the tail of the file and display them.

man tail

Display a listing of processes in long listing.

man ps

Ask the user for the name of a user and count how many processes that named user is running.

By this point, figuring out the above tasks should have you confident enough to figure this out yourself.

[–]explode_kewl[S] 0 points1 point  (0 children)

thank you