• ðŸŒą Create multi foders in Linux with command below:
mkdir /path/{folder1, folder2, folder3}
 
tree /path/
 
├── folder1
├── folder2
├── folder3