Bhavya SachdevaforKubesimplifykubesimplify.hashnode.net·Dec 21, 2022Automate repetitive tasks - Shell ScriptingIntroduction to Shell In simple terms, a shell is an interface that accepts user input in the form of commands and passes it on to an operating system and gives output.It is a medium between the user and the operating system to communicate with each ...Srinivas Karnati and 9 others are discussing this10 people are discussing thisDiscuss·128 likes·3.9K readsshell
Musa Oyizamusaoyiza.hashnode.net·Apr 8, 2023Shell, I/O redirections, and filtersprerequisites Allowed editors: vi, vim, emacs All your scripts will be tested on Ubuntu 20.04 LTS All your scripts should be exactly two lines long ($ wc -l file should print 2) All your files should end with a new line (why?) The first line of a...Musa Oyiza and 1 other are discussing this2 people are discussing thisDiscuss·21 likes·51 readsshell
Musa Oyizamusaoyiza.hashnode.net·Apr 7, 2023shell, permissionsprerequisites Allowed editors: vi, vim, emacs All your scripts will be tested on Ubuntu 20.04 LTS All your scripts should be exactly two lines long ($ wc -l file should print 2) All your files should end with a new line (why?) The first line of ...Discuss·20 likesshell
Priyabrata Sahupriyabratasahu.hashnode.net·Apr 25, 2023Advanced Linux Shell ScriptingIn this article of #day5, we are doing some more hands-on shell scripting i.e. advanced shell scripting Task 1 So Write a bash script to create directories.sh that when the script is executed with three given arguments (one is the directory name and ...Discussshell scripting
Subhankar Chatterjeesubho03.hashnode.net·Apr 25, 2023Linux Bash Scripting1. What is Script? In Simple terms, a shell script is a file that consists of a set of commands. The shell reads the file and carries out the commands as they have been entered into the command line. Normally the shell script has the file extension ....DiscussDevops
Vaibhavvxibhxv.hashnode.net·Apr 23, 2023Scripting 101: The missed part of your Computer Science EducationShell We Begin? Computers are pretty good at doing the same thing over and over again as computer scientists we know that. But sometimes we forget that we can also do things better with them. While we have access to numerous tools that can enhance o...Yash Mistry and 2 others are discussing this3 people are discussing thisDiscuss·13 likesMissing education of your CS Studyshell scripting
Rishav Kuchiyatechwithrishav.hashnode.net·Apr 23, 2023Grep Command in LinuxGrep Command The Grep command can find or search a regular expression or a string in a text file. To demonstrate this, let’s create a text file welcome.txt and add some content as shown. Welcome to Linux ! Linux is a free and opensource Operating sys...DiscussLinux
Abhisek Moharanaabhisek6.hashnode.net·Apr 23, 2023Basic Linux Shell Scripting for DevOps EngineersWhat is Shell? Shell is a UNIX term for an interface between a user and an operating system service. Shell provides users with an interface and accepts human-readable commands into the system and executes those commands which can run automatically ...Discuss·35 readsLinux
Shifa Syedshifa-syed.hashnode.net·Apr 21, 2023Basic Linux Shell Scripting for DevOps EngineersWhat is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell? A shell is a special user program that provides an interface for users to use oper...Discussshell
Ernestmusaubrian.hashnode.net·Apr 20, 2023Another bash scriptsigh, I did it again. Wrote another bash script to make my workflow better.I've been trying to wean myself off the desktop directory, so I decided to separate my stuff into two directories, ~/personal and ~/work but it was becoming a bit of a nuisanc...Discuss·1 likelearning
Vivek Patilvivek4440.hashnode.net·Apr 18, 2023Basics of Shell ScriptingLet’s understand the shell structure and shell scripting. We will consider that you have some basic knowledge regarding Linux but if you don't, we have covered mostly used basic commands. What is shell? A Shell provides you with an interface to the U...Discuss·1 like·34 readsshell script
Mukeshmukeshdevops.hashnode.net·Apr 18, 2023Basic Linux Shell Scripting for DevOps Engineers-Day 4 :What is Kernel? In the context of computer operating systems, a kernel is a central component that manages the system's resources and provides services to applications and other system components. It is a layer of software that acts as an interface b...Discussshell
Atiq Khanatiq2288.hashnode.net·Apr 16, 2023Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers.#90DaysofDevops challenge What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell? A shell is a special user program that provides an inter...Discuss·28 readsDevops