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 trialRachel Etnire
313 PointsGood evening! When I enter a file by typing "$ less hello.txt" how do I exit and get back to my command line?
I keep opening files for the tutorial using "$less hello.txt" and then I get stuck and it just says (end) rather than putting me back in the command line. Thanks!
2 Answers
Joe Schultz
6,191 PointsJust type q
Sergio Niño
Full Stack JavaScript Techdegree Student 22,976 PointsWell, in less we use the "q" command which means by simply typing "q", it's going to quit out of the less command.
Teacher Russell
16,873 PointsTeacher Russell
16,873 Pointsq does not work. I had to clear. Any idea why it works for some and not others?