ium_464863/get_stats.sh

3 lines
77 B
Bash

#!/bin/bash
# Get number of rows in data.csv
wc -l < data.csv > data_size.txt