Computer Science, asked by chauhanyamini12, 14 hours ago

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 khushboojasvinder
1

Explanation:

Steps included :

  1. Create a custom menu using echo statement and show the menu.
  2. 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.
  3. Take input from the user using read statement and store it in a variable.
Similar questions