How do I view a csv with column command(bash) but have the header follow as I scroll?

Viewed 14

Is there a way to modify a command like column -t -s , file.csv | less -S so that the header in the first line follows when we scroll?

0 Answers
Related