lower case string
13-02-22
%TR is a Unix until to translate characters I recently learned about as part of this awk snippet.
$ echo "TRAVIS" | tr '[:upper:]' '[:lower:]'
travis
- [ tr]
-->
13-02-22
%TR is a Unix until to translate characters I recently learned about as part of this awk snippet.
$ echo "TRAVIS" | tr '[:upper:]' '[:lower:]'
travis
- [ tr]