#!/bin/sh # Print a count of the number of arguments printf '%u\n' "$#"