22

*Opens terminal*
*Does the following*
$ touch file.txt
$ echo "Hello world" > file.txt
$ cat file.txt
Hello world

Feels like--

Comments
Add Comment