On Tue, Nov 3, 2015 at 1:13 PM, Paul Wise wrote: > You can already do that with something like this: > > alias dman="w3m http://manpages.debian.org/man0/" > dman somecommand
Actually that won't work, you need this instead: dman () { w3m "http://manpages.debian.org/man0/$1" } dman somecommand -- bye, pabs https://wiki.debian.org/PaulWise