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