LibraryCarpentry / lc-shell

Library Carpentry: The UNIX Shell
https://librarycarpentry.org/lc-shell/
Other
28 stars 86 forks source link

Do not assume ? and * wildcard operators are familiar #267

Open maneesha opened 2 months ago

maneesha commented 2 months ago

What is the problem?

In the loops lesson we make a statement assuming that ? and * are familiar operators. This may come across as dismissive if a learner is not familiar with these operators. We can explain what these operators do without making this statement.

Location of problem (optional)

No response