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 trialSara Garza
9,200 PointsCAT 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
Java Web Development Techdegree Graduate 22,175 PointsUsually 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...