Wednesday, 18 September 2013

Navigate to subdirectory(windows) using wildcard character

Navigate to subdirectory(windows) using wildcard character

If suppose I need to navigate to a subfolder using wildcard character what
is the command
Example
My current directory is c:\Users\Test
I have only one sub folder as 3(only one folder)
I want to navigate to c:\Users\Test\3
cd * //doesn't work
cd *. * //doesn't work
What is the command to navigate?

No comments:

Post a Comment