3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/bash
|
|
# Get number of rows in data.csv
|
|
wc -l < data.csv > data_size.txt |