I need the Bash code for select file in a set of files. I use something like this
find . -type f -name \*.txt
to locate the set of files I want to work with. After that I would want select only the files chosen by the user to make something.
P.S. I need to do it without the function 'select' if is possible.
Can anybody help me? Thank you.
findcommand to show all the files and then let the user trim the selections? – Telemachus Nov 17 '11 at 0:41