5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
d=/bin
|
|
du "$d" > logfile.gnu
|
|
busybox du "$d" > logfile.bb
|
|
cmp logfile.gnu logfile.bb
|