Right now, I am in the directory migrate
in my current Rails project, and have the following migrations:
20140206000143_create_users.rb 20140206032051_create_comments.rb
20140209232521_create_login.rb 20140206031331_create_photos.rb
20140206034224_load_data.rb
I want to select 20140209232521_create_login.rb
using tab completion but it becomes complicated because I have to pay attention to where the different filenames differ. Is there any way to select the file I'm looking for quickly?
Thanks!