I want to know if there is anything that allows me to do the following:
folder1 has files "readfile1" "f2" "fi5"
The only thing I know is that I need to read the file that starts with readfile, and I don’t know what is in the name after the line readfile. In addition, I know that no other file in the directory starts with readfile.
How to open this file using the command open?
Thank.
source
share