3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
wc -l all_games.csv.dev > lines.txt
|
|
wc -l all_games.csv.test >> lines.txt
|
|
wc -l all_games.csv.train >> lines.txt |