TheRaven/math-support.bash

3 lines
214 B
Bash
Raw Normal View History

#!/bin/bash
2017-01-13 09:50:10 -06:00
lynx -connect_timeout=3 -read_timeout=3 --dump 'http://m.wolframalpha.com/input/?i='"$(echo $1 | sed 's/+/%2B/g' | tr ' ' '+')"'&x=0&y=0' | cat -n | egrep '^ 21' | head -n 1 | xargs | sed 's/^21 //'