OT: unix newbie questions

Diez B. Roggisch deets at nospam.web.de
Sat Mar 25 07:39:16 EST 2006


> * 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




More information about the Python-list mailing list