#!/bin/sh set -eu awk -vN="$1" 'BEGIN { printf "%.f\n", N }'