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 Git Basics Getting Started With Git Looking Back on What We've Done

Sara Garza
Sara Garza
9,200 Points

CAT Tool Settings?

So I noticed that when I use CAT that it doesn't display like Tommy's does in the video. The file's text doesn't display on it's own line and appears like this when I do it:

This is file1grimp_000 (master) my_really_cool_project $

How do I get the file's text to appear on it's own line?

1 Answer

Alexander Nikiforov
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 Points

Usually when you see output of your file combined with your default command line , which I think is "my_really_cool_project $", that means that in the "file1" there is no newline after the 'This is file1'. Try to open it with text editor you use, and add new line. Usually in any text editor newline is added by default. The good question is which editor did you use to create your file, and what commands did you use in it...