Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linux Lab Write a simple menu-based file manager using bash scripts. After starting the file manager repeatedly shows the user with choices that can be

Linux Lab

Write a simple menu-based file manager using bash scripts. After starting the file manager repeatedly shows the user with choices that can be selected using a number as shown below:

File Manager Menu:

1) Make a directory in the current working directory

2) Change working directory

3) Rename a file or directory

4) Delete a file or a directory (and its contents)

5) Copy a file

0) Exit

Current working directory: ~/exercises

What do you want to do? ===>

The file manager then waits for an input from the user. After the user has made a selection prompts the user for more input if necessary (for example, if the user has chosen 2 the file manager would ask for the name of the file that needs to be renamed, etc...) When it has enough inputs from the user the file manager carries out the requested operation.

Upon receiving correct input from the user the script then perform the function and display the result, e.g. success or error. If there was an error the file manager displays information about the error to the user.

If the user input was 0 the script stops.

You should not develop the file manager as a single monolithic function but divide it into many functions to manage complexity. For example, each menu choice should be handled by one or more functions. And perhaps the task to display the menu should be carried out by another function. Think about this exercise as developing a mid-size software and the programming language happens to be bash.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 3 Lnai 8726

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448440, 978-3662448441

More Books

Students also viewed these Databases questions

Question

4. Does cultural aptitude impact ones emotional intelligence?

Answered: 1 week ago