#!/bin/bashNote that this does require BASH.
echo "Powers of two (2):"
echo;
for i in `seq 0 34`; do
printf "2**(%2d) = %11d\n" $i "$(( 2**$i ))"
done
echo;
A small, comfortable nook pertaining to technology, current events, astronomy, and sailing and navigation.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment