Create a directory in linux just once and use many times

1 year ago
132

The mkdir command with the p option let's you create a directory only once, even if you run the same command many times. Within a shell script, this command is very useful #mkdir #linux #stem #elearning

Loading comments...