Skip to content
Ygminds | Learn

Ygminds | Learn

youngeminds.com | Learning center

Menu
  • Learn
  • Home
  • Contact us
  • Login

Category: Shell Scripting

1. Shell Scripting Introduction

No Comments
| Shell Scripting

How to execute the script? use ./script-name.sh  else can do sh script-name.sh for Bourne shell  else bash script-name.sh for Bourne again shell execution. This does not matter which shell you use sh or bash as for normal scripts it will have same output, this is needed when you want specific shell to run your script. […]

Read More »

2. Shell Decision Making

No Comments
| Shell Scripting

we will understand shell decision-making in Unix. While writing a shell script, there may be a situation when you need to adopt one path out of the given two paths. So you need to make use of conditional statements that allow your program to make correct decisions and perform the right actions. The if…else statements […]

Read More »

Search Topic

Search by Category

  • Agile Vs Waterfall (4)
  • AWS (18)
  • Azure (9)
  • DevOps (9)
  • Linux (10)
  • Networking (1)
  • Shell Scripting (2)
  • Windows (1)

Hot posts

  • 1. Azure Basics October 20, 2024
  • 2. Storage Services October 20, 2024
  • 3. Virtual Machines October 20, 2024
  • 4. Virtual Networks October 20, 2024
  • 5. Azure DevOps October 20, 2024

Ygminds | Learn 2025 . Powered by WordPress