diff --git a/tsv/tsvplot b/tsv/tsvplot index e6d67a9..cae1bae 100755 --- a/tsv/tsvplot +++ b/tsv/tsvplot @@ -16,12 +16,14 @@ exit } +fbase=$( basename "$1" ) + csvcut -t -c "$2,$3" "$1" | gnuplot -e " set term dumb $(tput cols) $(tput lines) enhanced; set datafile separator \",\"; set xlabel '$2'; $5 -plot '