TIME_START=$(date +'%s.%N'); echo "scale=5000; 4*a(1)" | bc -l -q ; TIME_STOP=$(date +'%s.%N'); echo $(echo "$TIME_STOP - $TIME_START" | bc)