SED dostaj podatek między dwoma znakami
echo "Here is a string" | grep -o -P '(?<=Here).*(?=string)'
Armandres
echo "Here is a string" | grep -o -P '(?<=Here).*(?=string)'