mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
function old new delta changepath 195 192 -3 subevalvar 1204 1200 -4 readtoken1 3247 3240 -7 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-14) Total: -14 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
59 B
Text
Executable file
4 lines
59 B
Text
Executable file
echo Ok >file.tmp
|
|
cat 0<>file.tmp
|
|
echo Done:$?
|
|
rm file.tmp
|