Skip to content

Instantly share code, notes, and snippets.

@emilstahl
Created January 19, 2016 17:34
Show Gist options
  • Save emilstahl/04ba7adf226a3a51efa1 to your computer and use it in GitHub Desktop.
Save emilstahl/04ba7adf226a3a51efa1 to your computer and use it in GitHub Desktop.
lowercase
function lc
echo "$argv" | tr '[:upper:]' '[:lower:]'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment