zlacker

[parent] [thread] 0 comments
1. certai+(OP)[view] [source] 2014-01-25 20:58:44
I use this bash function to achieve something similar using the existing (and much larger) database commandlinefu.com:

    howdoi() { curl "http://www.commandlinefu.com/commands/matching/$(echo "$@" | sed 's/ /-/g')/$(echo -n $@ | base64)/plaintext"; }
[go to top]