#linux-basics
Read more stories on Hashnode
Articles with this tag
This script will count the number of directories and sub-directories in the current directory but not count the current directory itself. · If you have a...
Another task that I had to tackle as part of the lessons on shell expansion in my ongoing ALX Software Engineering course was to write a bash script...
Create a script that prints all possible combinations of two letters, except ee · This is quite an interesting task, and the solution to it introduces a...