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 '{$[green][i]40[/i][/green]=$[green][i]50[/i][/green]=""}1' file.dat > newFile.dat
awk '{for(i=1;i<=NF;i++)if(i!=[green][i]40[/i][/green]&&i!=[green][i]50[/i][/green])printf$i OFS;print""}' file.dat > newFile.dat
awk '{$[green][i]40[/i][/green]=$[green][i]50[/i][/green]="";gsub(FS "+",FS)}1' file.dat > newFile.dat