Help for this page
Select Code to Download
Select
or
download this
perl -ne 'print $1,"\n" foreach /[name|id]="(\w+)/' myfile.txt
Select
or
download this
perl -ne 'print "$1\n" if /[name|id]="(\w+)/' myfile.txt