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 trialUrenwa 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,971 PointsYou could try -n then press tab to get to the next answer space
Brenda Cardona
8,385 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,971 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?