Let's say I have 3 files in a particular directory: abc.txt, aww.txt, ant.txt
If I do: cat a (and press tab to see options) terminal will display the 3 file names: abc.txt, aww.txt, ant.txt
Is there any way to select the nth result rather than typing, by specifying the index number in the results the terminal displayed?
something like: cat a2 to get the second file (aww.txt)?