Dr. Ehoneah Obed
Dr. Ehoneah Obed

Dr. Ehoneah Obed

Follow
homeLinux LessonsGit & GithubC ProgrammingPythonbadgesnewsletter
Tag

linux for beginners

#linux-for-beginners

More content

Read more stories on Hashnode


Articles with this tag

Quickly Find Your Ubuntu Version with Terminal: Easy Steps

Apr 12, 20232 min read

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

Quickly Find Your Ubuntu Version with Terminal: Easy Steps

Building a simple shell in C - Part 2

Nov 10, 202215 min read

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

Building a simple shell in C - Part 2

Write a bash script to count the number of directories

Jun 7, 20224 min read

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

Write a bash script to count the number of directories

Write a script that compiles a C file but does not link

Jun 4, 20224 min read

Bash script that does preprocessing, compiling, and assembly without linking · In my previous post, I wrote on how you can write a script that...

Write a script that compiles a C file but does not link

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