Tag: linux

Shell Scripting @ Freshers.in

Shell Script: Extracting email addresses from a text file

In this article, we’ll guide you through the process of creating a shell script for this purpose using common Unix…

Continue Reading Shell Script: Extracting email addresses from a text file
Linux admin @ Freshers.in

Configuring IPv6 on OVH AlmaLinux 8: A step-by-step guide

Configuring IPv6 on an OVH AlmaLinux 8 server is an essential task for ensuring your server can communicate over the…

Continue Reading Configuring IPv6 on OVH AlmaLinux 8: A step-by-step guide
Shell Scripting @ Freshers.in

Unix : Finding the size of a folder in GB

To find the size of a folder in gigabytes (GB) using the shell, you can use the du command with…

Continue Reading Unix : Finding the size of a folder in GB