podziel_nazwiska.sh 152 Bytes
#!/bin/bash

egrep '[:.]f[.:]|^$' "$1" | sed -e 's/adj:/subst:/g' -e 's/:pos//g'
egrep '[:.]m[.:123]|^$' "$1" | sed -e 's/adj:/subst:/g' -e 's/:pos//g'