Manipulere tabeller fra kommandolinjen:
Legge til oppføring
$ sudo pfctl -t clients -T add 192.168.1/16
Vise innhold i tabell
$ sudo pfctl -t clients -T show >/etc/clients
Erstatte tabellinnhold fra fil
$ sudo pfctl -t clients -T replace -f /etc/clients
Ofte brukte kommandoer - legges gjerne i skript
Tips: se på cron(8)-jobber