Zurück zum Blog

Tag: leo

Simple Shell-Script to use dict.leo.org in your shell

Markus Daniel

16.10.2010
Just create a new file like “vim leo”. Insert the following script code: #!/bin/sh t(){ while [ -n '$1' ]; do T=/tmp/$$.html lynx -source 'http://dict.leo.org/?search=$1'| grep results >$T w3m -dump…
Weiterlesen