datacamp-content / courses-introduction-to-shell

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

Cannot silently set a shell variable #132

Closed gvwilson closed 5 years ago

gvwilson commented 6 years ago

Chapter 4 has a two-part exercise in which the first step is:

testing=seasonal/winter.csv

and the second is supposed to be:

head -n 1 $testing

However, to get the solution to pass, we have to include both lines in the solution for the second part.

filipsch commented 5 years ago

Minor issue that shouldn't be addressed IMO.