#linux
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...
Using the scp command to transfer files to a remote server · You may sometimes want to upload a file on your computer to a remote server. There are a...
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...
Introduction to C programming · My first day of learning C programming was exciting because I had heard so much about the C programming language and...
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...