create new directory with incremental version using bash
I need to generate new directories in incremental fashion. Below is the folder structure:- 1. Dockerfile 2. Makefile 3. manifests + 1.0.0 + 1.0.1 I want to fetch the latest version from …
Start Learning to Code
I need to generate new directories in incremental fashion. Below is the folder structure:- 1. Dockerfile 2. Makefile 3. manifests + 1.0.0 + 1.0.1 I want to fetch the latest version from …