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 -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

validation - How to pass paramaters like unix into windows batch file -