Skip to content

Creating and removing

Making things

  • mkdir makes a directory; touch makes an empty file:
mkdir notes
touch notes/todo.txt
  • After these, you have a notes folder with an empty todo.txt inside it.

Log in or create account

IGCSE & A-Level