2 lines
71 B
Bash
2 lines
71 B
Bash
|
wc -l test/netflix_titles.csv > stat.txt
|
||
|
wc -l test/top.csv >> stat.txt
|