On 9 June 2011 23:24, pancake <panc...@youterm.com> wrote: > support for string mode format in chmod. Now you can do stuff like chmod +x > .. g-rwx , ...
Thanks, I'll get round to looking at this tomorrow. > fix uninitialized bug in tail No, there's no bug here; size is allocated and memset on the next line. > simplify sleep() -- do not use getopt here. If a utility takes any arguments I'd like it to refuse invalid flags, and accept '--'. I dislike inconsistency. > maybe its useful to handle arguments like 0.5 or so ( sleep 0.5 ) Not POSIX, imo not useful. You could make a separate usleep(1) or something anyway. Thanks, cls