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 Installing Software Building Software From Source

Aaron Coursolle
Aaron Coursolle
18,014 Points

How do I skip a few steps?

Jim said normally he would do all these steps in one line, so I know that there a better way than demonstrated in the video.

First the instructor typed this (link updated for 2015):

treehouse ~ $ curl -O https://www.sqlite.org/2015/sqlite-autoconf-3081101.tar.gz

Then he made a directory named "src" and inserted the new "sqlite-autoconf-3081101.tar.gz"

into it:

treehouse ~ $ mkdir src
treehouse ~ $ mv sqlite-autoconf-3081101.tar.gz src/

What would the syntax be to do this all in one step?

connecting commands with && should work, can't test this cause I am not in Linux at the moment and the treehouse console is bugged for me :/