#!/usr/bin/env bash perl -e 'printf "Decimal: %4d Octal: %4o\n",$_,$_ for 0..50';