busybox/testsuite/tail/tail-n-works

4 lines
102 B
Plaintext

tail -n 2 ../README > logfile.gnu
busybox tail -n 2 ../README > logfile.bb
cmp logfile.gnu logfile.bb