ls-1-works 104 B

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