kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

02-min-length.sh (178B)


      1 # -n 6 raises the threshold: "Hello" (5) is now dropped too, leaving
      2 # only "longword12" (10).
      3 printf 'ab\000Hello\000\001\002longword12\000xy' > f.bin
      4 "$KIT" strings -n 6 f.bin