| Next | Welcome to my ~/bin | 135 | 
Short for "small window"
A nice alternative to running a command in the background:
        #!/bin/sh
        exec rxvt -fn 6x10 -e "$@" &
Example:
        % sw makethumbnails -s 150 *
Or just
        % sw sh
| Next | Menu |  | Copyright © 2005 M. J. Dominus |