1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-06 00:29:25 +00:00

5 lines
131 B
Plaintext
Raw Normal View History

$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