Ubuntu – How to open file or directory in terminal without typing the full directory path

command line

I am currently accessing the following directory

user:/var/www/html$

Whenever I want to access a file or directory for example var/www/html/nauv/application/bootstrap.php or var/www/html/nauv/system/config how can I edit the following file using vim or open the directory using cd command without having to type in the full path to the file or directory?

Best Answer

You know you can use the tab key for path and filename auto-completion?

Related Question