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

Development Tools

Through the looking glass - the command prompt

Sorry to ask for a different resource but I blame Jim Hoskins. I have a MAC on my desk at work but a PC lap top for out and about time, I am now officially obsessed with working in the Terminal after finishing the course but obviously the command prompt on a PC works differently. Does anyone know of a good tutorial for the command prompt on PC please.

4 Answers

I'm not sure. You see, the command prompt on PC is a DOS-based command prompt (which is not POSIX-compliant, as they said in the videos). However, here's something I found on Princeton's Computer Science website that looks promising:

http://www.cs.princeton.edu/courses/archive/spr05/cos126/cmd-prompt.html

James Barnett
James Barnett
39,199 Points

Graham Davidson - Check out the command line crash course it's 2 courses in one it covers bash (the shell you are using via your terminal app in OS X) and PowerShell on Windows (which is installed by default on Windows 7 onwards)

James Barnett
James Barnett
39,199 Points

@Chris Scott - That's pretty neat, it's like homebrew for Windows.

Powershell + unix tools == Awesome :smile:

Hi all thanks for these, they were the ones that I looked at yesterday as an initial dig around - I think I am going to have a dig through that Princeton course and see where that leads.

Thanks all

G