Extracting Information From Text | Challenge

# Introduction In this challenge, we will extract image links from a Markdown document using a Bash script. The script, which will be placed in `getimage.sh`, will take a Markdown file path as a parameter and output the image links found in the document. The objective is to familiarize ourselves with Markdown format, Linux text processing, and regular expressions.

|60 : 00

Click the virtual machine below to start practicing