Too lazy to type the full directory name
by Sanju[ Edit ] 2009-12-29 23:40:41
Too lazy to type the full directory name
You all can avoid typing full directory names when changing directory names in command prompt.
Example:
If you have a directory named MyOfficeMoonTripPhotos. There is no need to type
cd MyHomeFilesFoldersPhotos
just type,
cd mof*
If you have multiple directories starting with the letters "myn" then you'd have to use more characters before the *, until the name can be distinguished from the rest of the directory names in the current directory.
If you have multiple directories to change to such as:
MyOfficeFilesFoldersPhotos Block1 AGroup
you can try with:
cd mof* b* a*