cat /bin/wik #!/bin/sh lynx https://en.wikipedia.org/w/index.php?search=$1
The mobile site, https://en.m.wikipedia.org/ , looks a little better in them.
cat `which ddg` #!/usr/bin/env sh w3m 'https://duckduckgo.com/?q='`echo $@ | sed 's/ /\+/g'`
The mobile site, https://en.m.wikipedia.org/ , looks a little better in them.