In Awk, the range pattern is not an expression, so canot use the \"!\" to not it. so how to implement it (Printing all contents EXCEPT matching range pattern using awk)?
Is sed an alternative?
$ sed '/#/,/#/d' input abd hfdh end