#shell-scripting
Read more stories on Hashnode
Articles with this tag
Expansions. From our previous discussion on wildcards, we know a little bit about expansions. For example, the * character expands to include all...
Special characters. The characters typed onto the terminal can have special meanings. One of these is the * which means to match any characters. These...
change users, id, and accessibility of the file. · Unix operating systems and its successors, (such as the GNU/Linux system), are not only multitasking...
having learnt some basics on how the shell works, Here are some more command manipulations on the shell. Links The way to create links is by using...
Shell scripting is a useful task for any engineer. While shell scripts get a lot of flack for not being a great scripting language, it is nevertheless...
Basic shell commands · The BASH shell is one of the best shells available in the successors of UNIX such as GNU/Linux. Knowing common commands on how to...