Skip to content

Instantly share code, notes, and snippets.

Practice Drill 1

Create Nested Directories

mkdir -p hello/one/two/three/four
  • mkdir → create directory\
  • -p → create nested directories in one command