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 Console Foundations Getting Started with the Console Reading Files

How do you follow along in Windows 10? I was using git bash but less and more doesn't work.

Less and More not working.

4 Answers

Steven Parker
Steven Parker
229,732 Points

You might want to use the provided console environment during the course if you want to be able to follow all the operating system commands as well as the git commands.

Teacher Russell
Teacher Russell
16,873 Points

Are you using the git bash with optional Unix tools? It's an option when you download Git.

You can install Ubuntu on Windows for free! Just open up Microsoft store. It's easy to install and useful to have as a developer using Windows.

I'm using Linux. All worked perfectly well. You should try! There is another program that I would like to mention called nano. nano file.txt

With that you can edit, save, modify, create....