If you do echo "3 6 * p" | dc in a terminal it'll give you the result of 3x6, but the dc part of that is software that was written probably between 1969 and 1971.
echo "3 6 * p" | dc
dc
That is crazy and cool! Thanks!
If you do
echo "3 6 * p" | dc
in a terminal it'll give you the result of 3x6, but thedc
part of that is software that was written probably between 1969 and 1971.That is crazy and cool! Thanks!