In this article, we are going to see how to check whether a directory is that or not in terminal and create the directory if not already there. For this, then you can use the following command : $ [ -d yourdirectory ] || mkdir yourdirectory This is similar to an if condition. First it ...The post How to Create a Directory if Not Already Created using Terminal appeared first on SREE.CC.