M
M
Mark Kravchenko2021-04-20 17:12:45
Cygwin
Mark Kravchenko, 2021-04-20 17:12:45

What commands can be used to create directories in cygwin?

Help me write the commands needed to create such a directory structure

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2021-04-20
@Mark_mykraft

what about cygwin?
cygwin is actually a full-fledged linux compiled for windows (i.e. windows applications but built from linux sources that were not thought to be supported by developers)
Therefore, the question should probably be how to do this in linux?
For example in bash you can do this:

mkdir -p Projects/Project_1/{directory_1,directory_2,directory_3}
mkdir -p Projects/Project_1/directory_1/{sub_dir_1,sub_dir_2}
mkdir -p Projects/Project_1/directory_3/sub_dir3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question