Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head-n-works « head « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 121a1fa1de42903f06afc50c04d0f5a7be82db3a (plain)
1
2
3
head -n 2 ../README > logfile.gnu
busybox head -n 2 ../README > logfile.bb
cmp logfile.gnu logfile.bb