I am new to mac terminal. I would like to ask: how can I remove the first row of a csv file ?
Because currently the csv file contains an unnecessary row, which cause to fail to load the csv file in Rstudio.
The first row of the csv file contains the words "dataset offered by ABC company". Can someone teach me how to remove the first row of this csv in mac terminal ?
(Note that the csv are too large to be opened normally and these files sit on a server not on my local machine)
Thanks