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 '{[b]gsub[/b]([red]"[/red][purple] [/purple][red]"[/red],[red]"[/red][purple]#[/purple][red]"[/red],[blue]$0[/blue]); [b]gsub[/b]([red]"[/red][purple]#No[/purple][red]"[/red],[red]"[/red][purple] No[/purple][red]"[/red],[blue]$0[/blue]); [b]print[/b]}' inputfile > outputfile
sed 's/ /#/g;s/#No/ No/g' inputfile > outputfile