Update dataset-stats.sh

This commit is contained in:
s464962 2024-03-26 22:50:42 +01:00
parent 32ef36659e
commit b5477c6b59
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
wc -l < data/car_prices.csv
#!/bin/bash
wc -l data/car_prices.csv > stats.txt