ium_444501/stats.sh

4 lines
89 B
Bash

wc -l d_test.csv > stats.txt
wc -l d_dev.csv >> stats.txt
wc -l d_train.csv >> stats.txt