> * If I want to do : > > mv mypackage-1.0.2.tar.gz subdir/mypackage-1.0.2.tar.gz > > then tab-completion gives me the first occurrence of the file, but I > have to type the second occurrence - is there a way of not having to > type it? No need to give it the name the second time. # touch foo # mkdir d # mv foo d # ls d foo # Diez