'How exclude 127.0.0.1:0 or 0.0.0.0:0 from netstat command

How exclude 127.0.0.1:0 or 0.0.0.0:0 on this command :

netstat -a -n -b -o > output.txt

Is there any filter related to netstat command?
Mean i want to filter it to apply all Established or etc.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source