aboutsummaryrefslogtreecommitdiff
path: root/coreutils/length.c.disabled (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c ↵Pere Orga2011-04-031-0/+9
| | | | | | | editors/*.c loginutils/*.c mailutils/*.c Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* disable length applet. ${#var} and echo -n "$var" | wc -c are portable ↵Denys Vlasenko2011-01-261-0/+22
equivalents Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>