ytsearchtompv/display.awk

4 lines
128 B
Awk
Raw Normal View History

2022-08-02 07:48:31 -03:00
BEGIN{x="nigger"; y=1}
{if(x=="nigger"){buffer=$0;x=""}
else if(NR%3==0){print y" "buffer" |duration: "$0"|";x="nigger";y=y+1}}