With sed

ls |xargs -n1 -I file sed -i '/^Pos/d' file
click the source code to copy