tests/filters/capitalize-stdin.sh (view raw)
1#!/bin/sh 2 3[ "$#" -gt 0 ] && printf "%s " "$*" 4tr '[:lower:]' '[:upper:]'