ls-h-works 104 B

1234
  1. [ -n "$d" ] || d=..
  2. ls -h "$d" > logfile.gnu
  3. busybox ls -h "$d" > logfile.bb
  4. cmp logfile.gnu logfile.bb