3 lines
41 B
Bash
3 lines
41 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wc -l < data.csv > stats.txt
|