There are some txt files under a folder
log_train_20211029-134139.txt log_train_20211029-134156.txt log_train_20211029-134241.txt log_train_20211029-155517.txt log_train_20211029-155754.txt log_train_20211029-155832.txt log_train_20211101-142937.txt
They have similar names. When I want to open and check them one by one, I have to choose a valid number from the list given by TAB key many times.
vim log_train_20211
(press TAB)
vim log_train_20211029-1
(press TAB)
vim log_train_20211029-155
(press TAB, looking for a valid number...)
vim log_train_20211029-155832.txt
This process is too annoying. It there any method that I could quickly open one of the files from terminal?
Ps. I am using Terminator. Sometimes work with tmux.