Ubuntu – Asking for user input in a while loop in a bash script
I am running on Ubuntu 24.04. I created a bash script that reads a file line by line in a loop and asks in this loop for a user input. (In fact it calls a function where this happens and…