Edit this page

wiki command

Here's a little shell script to jump to any page on the wiki. It makes it so you can type "wiki forth systems" at the command prompt, and it will take you to the wiki page Forth Systems. This is a lot quicker (and easier to remember) than typing: w3m http://herkamire.com/jason/forth_systems


#!/bin/bash

exec w3m http://herkamire.com/jason/`echo "$*" | sed 's/[^a-zA-Z0-9._]/_/g'`


See Also

this wiki

Edit this page · home ·