Update data_counting_script.sh

This commit is contained in:
s464903 2024-03-20 14:10:33 +01:00
parent 12e894e77d
commit 5521174bc6
1 changed files with 1 additions and 1 deletions

View File

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