4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash
|
||
|
figlet "Counting dataset lines"
|
||
|
wc -l cutoff_train.csv > train_lines.txt
|