#!/bin/bash

if [ ! -z $2 ]
then
    tsvtools less -l $1 $2
else
    tsvtools less -l 1000 $1
fi
