Globbing

Unix shells use certain characters as wildcards. These so-called globbing characters are similar to but different from regular expressions. Globbing is used purely for file…

Read more

The PATH variable

Linux systems use lots of environment variables. Among others, there are variables that store your username ($USER) and the current directory ($PWD). One of the…

Read more