mirror of
https://git.busybox.net/busybox
synced 2025-08-28 21:14:54 +02:00
6 lines
164 B
Text
6 lines
164 B
Text
# FEATURE: CONFIG_INCLUDE_SUSv2
|
|
|
|
$ECHO -ne "abc\ndef\n123\n" >input
|
|
$ECHO -ne "def\n123\n" >logfile.ok
|
|
busybox tail -2 input > logfile.bb
|
|
cmp logfile.ok logfile.bb
|