NAME
Bin::Li
SYNOPSIS
This module "Bin::Li" provides scripts for specific functions that deals "line-recorded data".
DESCRIPTION
The included commands are as follows.
expskip ; Only shows 1st, 10th, 100th, 1000th lines and so on. freq ; Counts the frequencies of each different value that appears as one line. sampler ; Randomly selected lines will be extracted. cat-n ; Alternative function of "cat -n". chars2code ; Each line is interpreted as the stream of binary codes. Hexagonal ASCII codes or Unicode will be shown. summing ; Accumulative sum will be shown while reading each line. gzpaste ; Unix `paste` funciton for multiple gzipped files.