#bash-script
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...
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...
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...
The shell is an important application that sits on top of the kernel and enables the user to interact with the operating system. The user gives...