datacamp-content / courses-introduction-to-shell

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

ch03ex09 correct answers not accepted #79

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=9 cut -d, f 2 seasonal/* | grep -v "Tooth" | sort | uniq -c

gvwilson commented 6 years ago

Parsing works but an error message appears.