Dr. Ehoneah Obed
Dr. Ehoneah Obed

Dr. Ehoneah Obed

Follow
homeLinux LessonsGit & GithubC ProgrammingPythonbadgesnewsletter
Tag

shell

#shell

More content

Read more stories on Hashnode


Articles with this tag

Building a simple shell in C - Part 4

Nov 16, 202212 min read

Getting the path for each command typed on our shell · Up until the end of Part 3 of the series, our shell was able to show a prompt for the end user to...

Building a simple shell in C - Part 4

Building a simple shell in C - Part 3

Nov 13, 20229 min read

Implementing the execution functionality of the shell · Our simple shell that we build from parts one and two are only able to show the user a prompt,...

Building a simple shell in C - Part 3

Building a simple shell in C - Part 1

Nov 9, 20227 min read

A basic shell that prints a prompt, waits for user to enter command and prints what they entered on the next line · One of the projects I previously...

Building a simple shell in C - Part 1

Bash Script That Prints A Number With Two Decimal Places

Jun 2, 20224 min read

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...

Bash Script That Prints A Number With Two Decimal Places

Bash Script That Prints All Possible Combinations Of Two Letters

Jun 1, 202214 min read

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...

Bash Script That Prints All Possible Combinations Of Two Letters

Bash Script that converts a number from base 2 to base 10

Jun 1, 20224 min read

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...

Bash Script that converts a number from base 2 to base 10