Samuelcodetree3.hashnode.dev·Aug 8, 2023Shell variables and expansions.Expansions. From our previous discussion on wildcards, we know a little bit about expansions. For example, the * character expands to include all characters present. This expansion occurs before any shell command is executed hence the shell would not...100 readsshell script
Gideon Baturegideonbature.hashnode.dev·Jun 2, 2023Shell Arithmetics: A Beginner's GuideIntroduction The shell can be used to perform some basic arithmetic such as addition, subtraction, multiplication, division, modulus operation, exponential etc. It can also be used to perform some more advanced operations like the logical operation, ...20 likes·67 readsshell