5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/bash
|
|
|
|
zcat barcelona_weekends.dev.csv | wc -l > stats
|
|
|
|
gzip -c stats > stats.txt.gz |