datacamp-content / courses-introduction-to-shell

Introduction to Shell by Greg Wilson
Other
48 stars 47 forks source link

ch03ex05 correct answers not accepted #78

Closed gvwilson closed 6 years ago

gvwilson commented 6 years ago

https://campus.datacamp.com/courses/introduction-to-shell-for-data-science/combining-tools?ex=5 grep "2017-06-*" seasonal/spring.csv | wc -l #if they are no other surprises in the data. grep "2017-06-." seasonal/spring.csv | wc -l could be another answer.

gvwilson commented 6 years ago

We haven't introduced regular expressions yet.