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 trialLester Rodrigo
Courses Plus Student 9,549 PointsI'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
Jaymes Young
36,282 PointsThe answer to you question is to use 'cd' with no arguments
Jennifer Nordell
Treehouse TeacherTo 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!
Lester Rodrigo
Courses Plus Student 9,549 Pointsi 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
Courses Plus Student 9,549 Pointsthat's on the command line
Jennifer Nordell
Treehouse TeacherIf you want to use all bash commands then you have to have Windows 10 set up to do so. I found this article on how it's done. http://www.howtogeek.com/265900/everything-you-can-do-with-windows-10s-new-bash-shell/
Hope this helps!
Lester Rodrigo
Courses Plus Student 9,549 Pointswhat 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?