01-default-min.sh (232B)
1 # Default minimum run length is 4: "ab" and "xy" (2 chars each) are 2 # dropped; "Hello" and "longword12" survive. NUL and control bytes 3 # terminate a run. 4 printf 'ab\000Hello\000\001\002longword12\000xy' > f.bin 5 "$KIT" strings f.bin