お世話になっております。
下記beforeの状態を下記afterにしたいです。
base_dirでmkdir new_dirコマンドに加えて、
できるだけ手間をかけずにafterの状態にするにはどうすればよいでしょうか?
before
1base_dir 2├old_dir_1 3├old_dir_2 4├old_dir_3 5├old_file_1 6└old_file_2
after
1base_dir 2└new_dir ← 新しく作ったディレクトリ 3 ├old_dir_1 4 ├old_dir_2 5 ├old_dir_3 6 ├old_file_1 7 └old_file_2
回答4件
あなたの回答
tips
プレビュー