I have a command in a bash script which gives the following output
repository: docker/images
tags:
- 0.1-1
- 0.1-2
- 0.1-3
- 0.1-6
- 0.1-7
- 0.1-9
However, from the above output, I only need to browse through 0.1-1, 0.1-2 ...and run a different command.
Please let me know how this can be achieved