#!/bin/bash date > pi.txt echo "scale=10000; a(1)*4;" | bc -l >> pi.txt date >> pi.txt vi pi.txt