Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Urenwa Nwokiwu
Full Stack JavaScript Techdegree Graduate 16,390 PointsI 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

KRIS NIKOLAISEN
54,668 PointsYou could try -n then press tab to get to the next answer space

Brenda Cardona
7,925 PointsComplete 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

KRIS NIKOLAISEN
54,668 PointsThere are two separate answer spaces. -n goes in one and a.txt the other.

Urenwa Nwokiwu
Full Stack JavaScript Techdegree Graduate 16,390 PointsThank you there must be a glitch I don't see two separate answer spaces.

Urenwa Nwokiwu
Full Stack JavaScript Techdegree Graduate 16,390 PointsI have done that there is not another space its only one space to put an answer.

Urenwa Nwokiwu
Full Stack JavaScript Techdegree Graduate 16,390 PointsComplete 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

Nick Davies
Full Stack JavaScript Techdegree Student 13,040 PointsWhy is the option done first? not cat a.txt -n?