On Fri, Oct 18, 2013 at 11:05:07AM +0200, Truls Becken wrote: > A few more suggestions: > > bc dc dd file find fmt install killall less make sh time which xargs > (un)zip/gzip/bzip2/lzma/xz
dd: I suspect this might not be portable if we want an optimized version. find: Useless, just do `du -a | grep blabla' killall: Not portable, candidate for ubase, not sure we even need it. make: Do we really need this in sbase? sh: We agreed to do without a shell. xargs: Why? (un)zip: Why? gzip/bzip2/lzma/xz: Maybe as separate programs and not part of sbase? Thanks, sin