datacamp-content / courses-introduction-to-shell

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

ch03ex04 correct answer not accepted #77

Closed gvwilson closed 6 years ago

gvwilson commented 6 years ago

from beta:

https://campus.datacamp.com/courses/introduction-to-shell-for-data-science/combining-tools?ex=4 this is accepted yet only the first item is wanted. cut -d , -f 2 seasonal/autumn.csv | grep -v "Tooth" | head

gvwilson commented 6 years ago

Wasn't checking for missing options.