NAME
App::Bin4TSV
SYNOPSIS
This module provides dozens of useful Unix-like commands to handle tabular text files especially TSV files.
DESCRIPTION
The included commands are as follows.
1. expskip ; Only shows 1st, 10th, 100th, 1000th lines and so on.
2. freq ; Counts the frequencies of each different value that appears as one line.
...