Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing Laravel Homestead

Lester Rodrigo
PLUS
Lester Rodrigo
Courses Plus Student 9,549 Points

I'm on windows 10 os and on my terminal when i type pwd it says is not recognized as an internal or external command.

what command shoud i use on windows 10 os pwd is not working

6 Answers

The answer to you question is to use 'cd' with no arguments

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

To be honest, it shouldn't be needed as the working directory should be part of your prompt on the command line. However, if you want to use the pwd command then you should be using Windows PowerShell. Hope this helps! :sparkles:

Lester Rodrigo
PLUS
Lester Rodrigo
Courses Plus Student 9,549 Points

i just want to follow want hampton says on this video. I figured the equivalent pwd command on windows 10 and now this ls -la is not working and also this shortcut to subliime the subl . is not working as well

Lester Rodrigo
PLUS
Lester Rodrigo
Courses Plus Student 9,549 Points

what i did is i just locate it and open it up on my sublime text 3 manualy so i can edit the homestead.yml file and now on the command line when i type vagrant up its not working what should i do next?