Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
awk -vA=[i]n[/i] -vB=[i]m[/i] -vp=[i]'pattern'[/i] '
{x[FNR%(B+1)]=$0}
$0~p{n=FNR;for(i=B;i>=0;--i)if(n-i>0)print x[(n-i)%(B+1)]
for(i=0;i<A;++i){getline;print}
}' /path/to/input