Saturday, 7 June 2025

bc

 # bc examples
pi=$(echo "scale=10; 4*a(1)" | bc -l)
echo $pi
3.1415926532

echo "scale=10; 4*a(1)" | bc -l
3.1415926532

echo "scale=10; 35*4763" | bc -l
166705

TermRecord

TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html