Hooman PegahmehrforApplication Supportappsupport.academy·2 hours agoBash vs. PowerShell - Moving filesI needed to send my accountant my paystubs, so I went to ADP to get them. ADP only lets you download 10 files at once, leading to many subfolders. I wanted to move all the PDFs from these subfolders to the main folder. This made me think of comparing...DiscussBash vs. PowerShellScripting
Vinayak Salunkheyes-we-can-devops.hashnode.dev·Sep 29, 2023Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementIf you haven't learned the Basics of Bash Scripting Please visit my first blog Link= https://hashnode.com/post/clmf69rdk000c08jidgdt3ila Advanced Linux Shell Scripting We can create 90 directories within seconds using a simple command. mkdir day{1..9...Discuss·11 likesDevOps Journey
Siri Chandanairis1919.hashnode.dev·Sep 29, 2023Day1 : TWS Bash Blaze ChallengeBash scripting: A bash script is a file containing a sequence of commands that are executed by the bash program line by line. It allows you to perform a series of actions, such as navigating to a specific directory, creating a folder, and launching a...Discuss#TWSBashBlazeChallenge
dhanar98dhanar98.hashnode.dev·Sep 20, 2023Install Phalcon Framework And PHP-Nginx Using Bash Script - UBUNTUUnlocking Web Performance: Installing Phalcon Framework and PHP-Nginx with a Bash Script on Ubuntu In today's fast-paced digital landscape, a website's speed and performance are paramount to its success. Slow-loading websites not only frustrate visit...DiscussInstall Phalcon in Various Operating Systemsphalcon
Ugochi Ukaegbudhebbydavid.hashnode.dev·Sep 18, 2023Bash Script OperatorsINTRODUCTION A Bash shell script, often known as a shell script or just a shell, is a text file that contains a series of commands written in the Bash (Bourne Again Shell) scripting language. Operators are special symbols or characters used in Bash s...Discussbash script
Naveen Chandranmiraclebeast.hashnode.dev·Sep 10, 2023Unleash the Power of Automation with Bash ScriptingIn today's technology-driven world, automation has become a cornerstone of productivity. Whether you're a system administrator, a software developer, or an enthusiastic tinkerer, mastering the art of Bash scripting can be your ticket to streamlining ...Discussbash script
Aman Manwaniamancodeblogs.hashnode.dev·Sep 9, 2023Beginner To Advanced Shell Scripting Guide for DevOpsIn this article, we will explore concepts like loops in bash, command-line arguments and user management in Linux. Let's get Ready to level up your shell scripting game Loops in Bash Shell ( For, While ) In Bash, you can use Loops to iterate over a l...Discuss·5 likes·31 readsDevops
Ayush Guptamadmecodes.hashnode.dev·Sep 4, 2023Bash Scripting, solve real world problems with bash!Bash scripting is the process of creating and running scripts written in the Bash (Bourne-Again Shell) programming language, a popular Unix-like shell. Bash scripts are used for automating tasks, system administration, and command-line automation on ...DiscussBash
Divyanshu Guptageekdivyanshu.hashnode.dev·Sep 2, 2023Bash Scripting IntroductionA bash script is a file with a series of commands that the bash software runs line by line. You can use the command line to carry out several tasks, like going to a particular directory, making a folder, and starting a process. A script can be writte...Discuss·1 like·46 readsBash
Kalim Nawazkalimnawaz.hashnode.dev·Aug 31, 2023The basics of Bash Shell Scripting.Introduction Linux shell scripting is the definitive way to automate the execution of multiple commands through .sh files. It is beneficial to avoid repetitive execution of commands and schedule specific tasks for timely execution. This is where a Ba...Discuss·39 readsshell script