write a menu driven program in Linux 1) search word in file 2) move file in another folder 3) count lines words character
Answers
Answered by
1
Explanation:
Steps included :
- Create a custom menu using echo statement and show the menu.
- Create an infinite loop using while statement that accept the user input option and generate the output continuously until the user input matches the exit pattern.
- Take input from the user using read statement and store it in a variable.
Similar questions