Insert line after line match with sed

insert line after line match with sed

echo -e "House\nCar" | sed '/^House/a Money'

How to list open ports and application using them in Windows

  netstat -abn or netstat -a -n -p tcp -o

Mais vistos