phoenix_project 안에 src, config, docs를 함께 만들려면 어떻게 해야 하나요?
phoenix_project
src
config
docs
해당 경로가 존재하기 전에 mv src config docs를 실행합니다.
mv src config docs
프로젝트 디렉터리로 이동한 다음 mkdir src config docs를 실행합니다.
mkdir src config docs
touch src config docs를 실행합니다.
touch src config docs
세 이름을 만들기 위해 mkdir src,config,docs를 실행합니다.
mkdir src,config,docs