How can src, config, and docs be created together inside phoenix_project?
src
config
docs
phoenix_project
Run mkdir src,config,docs to create three names.
mkdir src,config,docs
Change into the project directory and run mkdir src config docs.
mkdir src config docs
Run mv src config docs before those paths exist.
mv src config docs
Run touch src config docs.
touch src config docs