
10 Bash For Loop Examples with Explanations - Geekflare
Jan 17, 2025 · This article will show a few common examples of the Bash For Loop. You can directly execute these programs on the bash command line or save them in a file and execute …
How to Create and Run PowerShell Scripts: Step-by-Step Guide
Jan 20, 2025 · Are you getting started with PowerShell? If so, this guide will help you to create and run your first script using Notepad, VS Code, and PowerShell ISE.
Crontab in Linux – with Real-time Examples and Tools - Geekflare
Dec 23, 2024 · Cron Job Generator is a very user-friendly GUI where you can specify the minute, days, and path of the script to generate crontab. Let’s take a real-time example where I have …
16 grep Command Examples to Help You in Real-World - Geekflare
Dec 23, 2024 · The above examples are just the tip of the iceberg. grep supports a range of options and can be a very useful tool in the hand of a person who knows how to effectively use it.
How to Run bash scripts Using Python? - Geekflare
Dec 29, 2024 · Yeah, Python has a built-in module called subprocess which is used to execute the commands and scripts inside Python scripts. Let’s see how to execute bash commands …
40 Best Examples of Find command in Linux - Geekflare
Dec 23, 2024 · In this article, we will start by explaining the basic Linux find commands with examples. This will show you how to find files and directories. We will then show you how to …
Ansible Ad-hoc Command Guide with Examples - Geekflare
Jan 20, 2025 · For example, if you wanted to check the disk space on a group of servers, you could use the df -h command with the shell module, like this: ansible web_servers -m shell -a …
Understanding Docker for Beginners – the Container Technology
Dec 21, 2024 · Dockerfile is a shell script that defines all the tasks that need to be executed. From a docker file, you create a docker image; from the docker image, you create a docker container.
17 Coding Challenges to Sharpen Your Critical Thinking - Geekflare
Dec 21, 2024 · If you want to improve your skills in an existing or a new programming language, one of the best ways to do it is through coding challenges. A lot of platforms and websites …
15 Examples of SFTP command in Linux - Geekflare
Dec 23, 2024 · Download Files Single file using SFTP can be downloaded using get command. Here’s an example where I downloaded remote_file4 using sftp: