Source code

Revision control

Copy as Markdown

Other Tools

#!/bin/bash
tr a-z A-Z < "${1}" > "${2}"