2.2. Create some content in the repository

To start with, you’ll create a file in our repository containing some dummy text. The dummy text was generated by the GPT-2 deep learning algorithm and then spelling and grammar errors were intentionally added.

Note

This text was generated from the prompt The most important reason to never eat marbles is, and goes to show that machines can’t be trusted.

2.2.1. Create a file containing flawed dummy text

Create a new file in the current directory using your favorite text editor. Name the file marbles.txt, copy the following text into the file, and save it.

The most important reason to, never eat marbles is if their overindulged and the
marbles are out of the water. just make sure you keep them hydrated and porperly lit.

If your going to eat marbles next time around, make sure you make your mabrles for the
day in advance. Make sure you're preppared to eat them right at teh beginning of the day
and immediately teh next day, especially on weekends and busyy days. (And please be
mindful of teh amount of time they require!

List the file with ls and view the contents of the file with cat:

$ ls -l
total 4.0K
-rw-rw-r-- 1 mfisher mfisher 472 Mar 29 12:03 marbles.txt

$ cat marbles.txt
The most important reason to, <...snip...>