grenack / Week-8

All Command Line
0 stars 2 forks source link

Week2 #3

Open paveldanek opened 6 years ago

paveldanek commented 6 years ago

Hi Glanel, Keep in mind that Globbing is not a command but a feature of the system, where you can replace an unknown part of an expression with a asterisk (, for several characters) or a question mark (?, for a single character). (E.g. Week2 can represent Week2Review, Week200, Week2Content, etc. But Week?Review will represent Week2Review, Week3Review, Week4Review, but NOT Week20Review, just 1 character.) -Pavel.

grenack commented 6 years ago

Thank you Pavel