#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
If you are an Ubuntu user and want to check the version of Ubuntu you are using, you can easily do so using the terminal. In this article, we will...
Add parsing functionality to our simple shell from part 1 · In part one of the building a simple shell in C, we ended up building a shell whose only job...
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...
Bash script that does preprocessing, compiling, and assembly without linking · In my previous post, I wrote on how you can write a script that...
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...