CODE: [Copy to clipboard]sed "s/.*pin=\(.*\) target=.*/\1/" tet.txt
CODE: [Copy to clipboard]gawk -F"pin=|target=" "{print $2}" tet.txt