Suppose my current directory is A. I want to create a directory B and a file \"myfile.txt\" inside B.
How to do th
This might work:
mkdir {{FOLDER NAME}} cd {{FOLDER NAME}} touch {{FOLDER NAME}}/file.txt