Meow!

Report a typo

Usually, googling answers to your exercises is called cheating and is considered a bad thing. These exercises, however, are unique in that they specifically require you to google!

John has created a file “meow.txt”. When he uses the command cat on this file in UNIX terminal, like this:

$ cat meow.txt

the output is:

Meow meow meow! :3

Tell us, what is inside this mysterious file? Write down the content of this file in one line.
Don't write the command to extract the text, just write the text itself!

Google what command cat does. Or, if you have Linux/Mac OS, you can open the terminal (located at Applications/Utilities/Terminal) and print man cat (man is shortened for manual) to receive full information about this command.
Enter a short text
___

Create a free account to access the full topic