Write a bash shell script that will find all text files [hin…
Write a bash shell script that will find all text files [hint: .txt files] and prompt the user to ask if they would like to move the file. If yes, move the file to the path “~/2750/Midterm/”; otherwise, display the file name.
Read Details