3 lines
82 B
Bash
3 lines
82 B
Bash
#!/bin/bash
|
|
wc -l dane.csv > stats.csv
|
|
wc -l adult-income-dataset.csv >> stats.csv |