IUM_03 - add pipeline and bash script for statistics extraction - fix

This commit is contained in:
Paweł Łączkowski 2024-03-20 19:12:44 +01:00
parent 8fc0e4d0a3
commit b1c9d8c590
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
# Get number of rows in data.csv
wc -l < data.csv > data_size.txt
wc -l < data.csv > stats.txt