Create a simple text file from command line

  $ cat > file.txt
  {your text here}
  {your text here}
  <ctrl-d>
click the source code to copy