Building a simple shell in C - Part 4
Getting the path for each command typed on our shell

Search for a command to run...
Articles tagged with #shell
Getting the path for each command typed on our shell

Implementing the execution functionality of the shell

A basic shell that prints a prompt, waits for user to enter command and prints what they entered on the next line

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 that prints a number with two decimal places. Let's take a practical example and solve it to explain ...

Create a script that prints all possible combinations of two letters, except ee

In one of our Linux assignments as Software Engineering students at ALX, we were to write a script that converts a given value from base 2 to decimal (base 10). The specific question we were given stated that the value to be converted was stored as ...
