repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bpakk: Change `-w` option to `-s`/`--size`
[sunny256-utils.git]
/
tolower
blob
86a9748c94b2ca00fcd6f50f7116f6f53097b1bc
1
#!/bin/sh
2
3
# tolower
4
# File ID: 95bbda86-5d46-11df-a4e0-90e6ba3022ac
5
# Konverterer stdin til lower case
6
7
tr
A-Z a-z