Update data_counting_script.sh

This commit is contained in:
s464903 2024-03-20 14:09:25 +01:00
parent dd2167a4f4
commit 12e894e77d
1 changed files with 1 additions and 1 deletions

View File

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