Open callumcurtis opened 6 months ago
allow creating a file and its parent directories (if they do not already exist) in a single command - same as mkdir -p + touch.
mkdir -p
touch
allow creating a file and its parent directories (if they do not already exist) in a single command - same as
mkdir -p
+touch
.