Tagged Questions
9
votes
2answers
258 views
Trying to “locate” and then open a file
Suppose that I have a file named filename123.txt and it is the single file that is named so, and I can locate it with the command locate filename123. And it returns only this file.
Now I want to open ...