Suggesting to use parameter expansion but we need to be able to identify the start of each line

Signed-off-by: MMotti <matthew.w.motti@gmail.com>
pull/2790/head
MMotti 5 years ago
parent 785f1fedd9
commit 10fbed50f3

@ -156,6 +156,7 @@ if [[ "${#regexlist[@]}" -ne 0 ]]; then
# Echo the "matched" message, indented by one space
echo " ${str_message}"
# Echo the "results" message, each line indented by three spaces
# shellcheck disable=SC2001
echo "${str_result}" | sed 's/^/ /'
else
echo "π Regex list"

Loading…
Cancel
Save