We files we've added were created via this prompt;
mkdir dir1
mkdir dir2
touch dir1/file_a.txt
touch dir1/file_b.txt
touch dir2/file_c.txt
From here, autocomplete will help you find files.
ls dir<TAB>
cd dir<TAB>
zsh: autocomplete
We files we've added were created via this prompt;
mkdir dir1
mkdir dir2
touch dir1/file_a.txt
touch dir1/file_b.txt
touch dir2/file_c.txt
From here, autocomplete will help you find files.
ls dir<TAB>
cd dir<TAB>