4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
du -s .. > logfile.gnu
|
||
|
busybox du -s .. > logfile.bb
|
||
|
cmp logfile.gnu logfile.bb
|