Victor O. Alvarezspacecodecinema.com·Nov 15, 2024MacOS Shell AliasesAliases are simplified names you give a command used regularly. Aliases are also useful to remember commands and learn basic shell scripting. Creating an Alias text file is a good way to maintain aliases. This file can be named '.alias' and placed in...DiscussTechnologyshell script project
Munilakshmi G J100daysdevops.hashnode.dev·Nov 3, 2024Day 9 of 100 Days: Simple System Resource Monitor & Todo List Manager ( Bash Scripting Projects)Hey there, fellow learners! Welcome to Day 9 of our 100 Days of DevOps journey. Today, I’m excited to share two beginner-friendly Bash scripting projects that will enhance your command line skills and help you automate some everyday tasks. Let’s dive...DiscussBash
Binod Prasad Joshibinodpj.hashnode.dev·Oct 27, 2024Shell Script BasicsIntroduction Shell scripting means writing sequence of commands that shell interprets or executes. Shell scripting serves as a backbone for automating repetitive tasks, deploying code, managing infrastructure, and handling complex DevOps workflows. C...Discuss·34 readsshell
Shreyash Bhiseshreyashbhise.hashnode.dev·Jul 11, 2023AWS project using shell scripting.A script to report the usage of AWS in your projects. Using this shell script what you do is you create a file and this file will have all of this resource usage.we will monitor the resource for this resources like AWS ec2 instance, s3 bucket,lambda ...Discuss·341 readsshell script project
Nahidul Islamnahid0002.hashnode.dev·May 30, 2023Shell Scripting Mastery: Exploring Conditionals, Loops, Functions, and Useful Commands with a Mini ProjectThis article covers everything you need to know about user input, conditional statements (if-else), case statements, loops (for and while), functions, and passing arguments in shell scripting. We will introduce essential commands like date, whoami, u...Discuss·41 readsDevops