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

Ruby Ruby Operators and Control Structures Ruby Control Structures The Ruby Case Statement

Clearing the screen in Launch Workspaces using Windows?

I would like to know the command to clearing the screen in Launch Workspaces using Windows. If you know the command, please let me know. Thanks.

2 Answers

Robert Komaromi
Robert Komaromi
11,927 Points

You can use the shortcut Ctrl + L. Jason mentioned this in one of his videos prior to this one. If you are not inside of irb you can also type the word clear and hit enter.

Not sure if it's the same for Launch Workspaces, but to clear a Windows terminal, the command is cls.

Hope that helps.