News

Wildcards have been around forever. Some even claim they appear in the hieroglyphics of the ancient Egyptians. Wildcards allow you to specify succinctly a pattern that matches a set of filenames (for ...
Functions and Modular Scripting - Functions in shell scripts promote code reuse and organization. They are declared using the function keyword and can accept parameters. String Manipulation and ...