ium_464863/get_stats.sh

3 lines
73 B
Bash

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