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

Java

erwin ramos
erwin ramos
2,092 Points

clear && javac TreeStory.java && java TreeStory question

How is this code "clear && javac TreeStory.java && java TreeStory" being copied and pasted in the console? This would save some time. Thank you.

1 Answer

I believe Craig is just pressing the up arrow to get the previous command. :)

Just press the up arrow until you get the command.

If you press the up arrow once it will get the previous command, if you press it twice it will get the second-last command, if you press the up arrow three times it will get the third-last command, etc.

Good luck! ~alex

(By the way Happy Thanksgiving!)