Tag: linux
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…
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…
Stealthy Scripting: Mastering Password Protection Techniques in Shell Scripts
Secure handling of sensitive information, such as passwords, is a crucial aspect of shell scripting. Especially in scenarios where shell…
Harnessing the Power of Shell Scripting: Connecting to MySQL, Fetching, and Displaying Results
Shell scripting allows you to automate a wide range of tasks on Unix-like operating systems. Among the diverse functionalities, it…
Shell Script Magic: Streamlining Keyword Replacement Across Files in Directories and Subdirectories
Shell scripting is a versatile tool that automates tasks in Linux and Unix-like operating systems. One such task is to…
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…
Uinix : Get the list of all files with their size and creation date, filtering for files larger than some size
Here’s a step-by-step guide on how to get the list of all files with their size and creation date, filtering…