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 trialAdrian Kucman
10,654 PointsHow to clear all commands in terminal using shortcut on macos? I was trying cmd + k but it doesn't work.
Terminal
2 Answers
Megan Amendola
Treehouse TeacherHi! If you looking to just clear out the terminal back to > |
, you can just type clear and hit enter. That will clear out the terminal.
Adrian Kucman
10,654 PointsThank you for your feedback! I knew it but I thought that shortcut would be faster over typing every time clear keyword.