Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeDJango
echo "foo bar" > foo.txt


Info

As an aside; a nice command to create an empty file named new_file.txt is the touch command, which is run as touch new_file.txt 


Info

Feel free to also do this with a code editor, if you've used one already!

...