Tagged Questions
1
vote
3answers
205 views
Display a menu of files names and let the user select a file by entering a number
I have created a script that allows the user to select a file by copying and pasting that file. Then perform a grep on that file. I want to know is it possible to put a number in front of each files ...