datacamp-content / courses-introduction-to-shell

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

Update the instructions (typo) | Chapter 5 Exercise 5 #115

Closed Hadrien-lcrx closed 6 years ago

Hadrien-lcrx commented 6 years ago

In How can I pass filenames to scripts?, there's a typo in the instructions. The instructions state: " To support this, you can use the special expression $@ (dollar sign immediately followed by ampersand)". The second sign is a at sign, not an ampersand.

Suggestions

Replace "ampersand" by "at sign" if the command is correct but the precision isn't, or replace $@ by $& if the precision is correct but the command isn't.

Screenshot

image

Cf siulinjj@poczta.onet.pl, #87090 Cc @bakera81

sumedh10 commented 6 years ago

fixed in #101