unix - Explain awk command -


today searching command online print next 2 lines after pattern , came across awk command i'm unable understand.

$ /usr/xpg4/bin/awk '_&&_--;/pattern/{_=2}' input 

can explain it?

see https://stackoverflow.com/a/17914105/1745001 answer duplicated here.


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -