Lines Matching +full:256 +full:b
404 jot -b aaaaaaa 129 > file1
405 jot -b aaaaaaa 128 > expectfile
423 atf_check -o inline:"b\nc" tail -2 infile
431 atf_set "descr" "Test -b option"
435 (jot -b a 256 ; jot -b b 256 ; jot -b c 256) >infile
436 (jot -b b 256 ; jot -b c 256) >outfile
438 atf_check -o file:outfile tail -b +2 infile # start at the 2nd block
439 atf_check -o file:outfile tail -b -2 infile # 2 blocks from the end
440 atf_check -o file:outfile tail -b 2 infile # 2 blocks from the end
450 (jot -b a 256 ; jot -b b 256 ; jot -b c 256) >infile
451 (jot -b b 256 ; jot -b c 256) >outfile
465 (jot -b a 256 ; jot -b b 256 ; jot -b c 256) >infile
466 (jot -b b 256 ; jot -b c 256) >outfile