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 Introduction to the Terminal The Command Shell Command Arguments and Options

I have been entering the -n a.txt and it's not working. What am I doing wrong?

Please help me with this question.

7 Answers

You could try -n then press tab to get to the next answer space

Brenda Cardona
Brenda Cardona
8,384 Points

Complete the final command to print out the contents of both the b.txt and c.txt files (in that order).

treehouse:~/workspace$ ls
a.txt  b.txt  c.txt
treehouse:~/workspace$ cat

after many tries I figure it out: b.txt c.txt

There are two separate answer spaces. -n goes in one and a.txt the other.

Thank you there must be a glitch I don't see two separate answer spaces.

I have done that there is not another space its only one space to put an answer.

Complete the final command to print out the contents of both the b.txt and c.txt files (in that order).

This question has two separate spaces