tail
sidebar_position: 54
tail
The tail
command displays the last few rows of a CSV file.
Syntax
qsv tail [options] <input_file>
Options
-n, --lines <count>
: Specify the number of lines to display (default is 10)
Examples
Display Last 5 Rows
Show the last 5 rows of the CSV file:
qsv tail -n 5 /mnt/data/DLD_Transactions_English_500.csv | qsv table
Common Use Cases
- Previewing the end of a dataset