Master SHELL SCRIPTING in ONE VIDEO for Beginners  [HINDI] | MPrashant

Master SHELL SCRIPTING in ONE VIDEO for Beginners [HINDI] | MPrashant

M Prashant

11 месяцев назад

361,091 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@krishnakumarkumar5710
@krishnakumarkumar5710 - 17.12.2023 09:08

Bang on! Very quality conetent and crystal clear explanation. It helped me crack interview.

Ответить
@munnaajijsk3068
@munnaajijsk3068 - 16.12.2023 08:04

Thank you for the video
Can you please provide the ppt from which you are explaining so that we can revise?

Ответить
@Jyt-mr7hg
@Jyt-mr7hg - 13.12.2023 07:23

Zero to hero in 1 video whenever you listen then realise that it was making you fool.

Ответить
@SuccessMates
@SuccessMates - 11.12.2023 17:08

Brother why we used RUN=0 in project 2?? Can you please explain. Thank you

Ответить
@raskarsumit159
@raskarsumit159 - 09.12.2023 21:02

Man what a tutorial
You deserved alot!!!!

Ответить
@jamelmunaty7732
@jamelmunaty7732 - 04.12.2023 15:24

very thankful to you

Ответить
@amitkumarlkr
@amitkumarlkr - 03.12.2023 10:16

Thankyou thankyou thankyou so much sir for providing us this type of valuable content ❤❤❤❤😘😘😘

Ответить
@nesbitx6025
@nesbitx6025 - 02.12.2023 13:39

do you have a video in English

Ответить
@pratikshapadghan
@pratikshapadghan - 30.11.2023 13:28

Great Sir It really helps

Ответить
@mashaa6978
@mashaa6978 - 25.11.2023 05:16

GREAT

Ответить
@venkatreddy8829
@venkatreddy8829 - 23.11.2023 16:37

बढ़िया, धन्यवाद

Ответить
@venkatreddy8829
@venkatreddy8829 - 23.11.2023 16:30

Great one and very well presented

Ответить
@tamannamondal500
@tamannamondal500 - 23.11.2023 09:28

thank your sir .

Ответить
@sai_ram8
@sai_ram8 - 22.11.2023 20:56

English version please

Ответить
@akashshelke5330
@akashshelke5330 - 21.11.2023 23:02

Finally completed the course. Thank You So Much.

Ответить
@akashshelke5330
@akashshelke5330 - 21.11.2023 16:07

Its really nice that you've also shown troubleshooting.

Ответить
@user-wo4ew6el1z
@user-wo4ew6el1z - 17.11.2023 19:25

Can you provide english subtitle pls? Thanks in advance for sharing such an amazing course.

Ответить
@kunalpawar8831
@kunalpawar8831 - 16.11.2023 06:09

Video is very helpful. But I have questions foe you is what are views on future scope for shell scripting. As I am becoming addictive to it 😅. I am using it in my daily working tasks in my company. So I wanted to know about its future.

Ответить
@harikasinghbondili7931
@harikasinghbondili7931 - 15.11.2023 11:01

How can we come out from terminal echo hello buddy

Ответить
@shivab1376
@shivab1376 - 13.11.2023 11:28

hi bro cant we just directly update in array from the main array by adding myarray = (1 20 30.5 hello etc and for like that) in the main array?

Ответить
@akashshelke5330
@akashshelke5330 - 06.11.2023 15:46

Following is the calculator script I've created

#!/bin/bash

function userInput {
read -p "Enter the first number " a
read -p "Enter the second number " b
}

function add {
echo " $(( $a + $b )) "
}

function sub {
echo " $(( $a - $b )) "
}

function mul {
echo " $(( $a * $b )) "
}

function div {
echo " $(( $a / $b )) "
}


echo "Select any of the following option"
echo "a - Addition"
echo "b - Subtraction"
echo "c - Multiplication"
echo "d - Division"

read opt
userInput

case $opt in
a) add ;;
b) sub ;;
c) mul ;;
d) div ;;
*) echo "pls enter valid input"
esac

Ответить
@kushshah1926
@kushshah1926 - 04.11.2023 06:25

Hey, I am using Kali Linux. Can I follow this course?

Ответить
@air.escape
@air.escape - 01.11.2023 15:52

Do we need space between opening bracket of array and opening square bracket of key in key-value array?

Ответить
@vinayvishwakarma8111
@vinayvishwakarma8111 - 25.10.2023 17:07

Very Helpful Video, the way of explaining is excellent.

Ответить
@manojjoshi3675
@manojjoshi3675 - 24.10.2023 19:45

Thanks for wonderful information. Can you guide how to make parameter input case insensitive ?

Ответить
@DailyViralVlogs12
@DailyViralVlogs12 - 21.10.2023 11:21

finally completed this video in 4 days
thanks for it @MPrashant

Ответить
@1112electronics
@1112electronics - 17.10.2023 17:48

Thanks you so much for the great video on complex subject like shell scripting...keep it up..The way you explain is awesome..

Ответить
@VivekVlogMix
@VivekVlogMix - 17.10.2023 15:45

which key is use for save the script plss sir reply

Ответить
@NaimKhan0491
@NaimKhan0491 - 16.10.2023 19:55

Hello Everyone,
I have in my environment where there is path in script to check /var/log/messages specific files name and when it goes degraded it send alert every 5 min. But I my requirement is should only send alert to me only when there is any change else not what can be done and also please share me the sample script if possible it’s my current environment

Ответить
@rashmirani9017
@rashmirani9017 - 16.10.2023 07:02

In projects free commands are not working

Ответить
@human151
@human151 - 13.10.2023 18:56

Somehow the audio is sketchy. His words are garbled…😅

Ответить
@NabeelKhan-yr4vn
@NabeelKhan-yr4vn - 12.10.2023 21:54

good effort sir gggg tose great

Ответить
@hackerhacks4520
@hackerhacks4520 - 12.10.2023 17:41

Sir why dont you start linux hacking course??
it would be very helpful

Ответить
@dipalibamane9511
@dipalibamane9511 - 07.10.2023 19:41

God bless you for this wonderful session🙂

Ответить
@abuzarkhan2327
@abuzarkhan2327 - 06.10.2023 15:29

#!/bin/bash

echo "----------------------------------------------------"
echo " Arithmetic Operation in Functions "
echo "----------------------------------------------------"


echo "----------------------------------------------------"
echo " Addition in Functions "
echo "----------------------------------------------------"



addition(){
num1=$1
num2=$2
let sum=$1+$2
echo "Sum of $num1 + $num2 = $sum "
}

addition 10 20

echo "----------------------------------------------------"
echo " Subtraction in Functions "
echo "----------------------------------------------------"


Subtraction(){
num1=$1
num2=$2
let sub=$1-$2
echo "Subtraction of $num1 + $num2 = $sub "
}

Subtraction 10 20


echo "----------------------------------------------------"
echo " Multiplication in Functions "
echo "----------------------------------------------------"



Multiplication(){
num1=$1
num2=$2
let mul=$1*$2
echo "Multiplication of $num1 * $num2 = $mul "
}

Multiplication 10 20


echo "----------------------------------------------------"
echo " Division in Functions "
echo "----------------------------------------------------"



Division(){
num1=$1
num2=$2
let div=$1/$2
echo "Divison of $num1 / $num2 = $div "
}

Division 10 20

Ответить
@UnExpectedShorts97
@UnExpectedShorts97 - 04.10.2023 20:21

Is this real time projects?

Ответить
@piyushpatil6874
@piyushpatil6874 - 02.10.2023 06:51

Finally Completed This Course , Took me 2 week . But Yes , Its Done .
Thank you for such Great Content .

Ответить
@banavathkalyan1982
@banavathkalyan1982 - 30.09.2023 14:32

bro can you do video on bash scripting.....

Ответить
@aashirwadchauhan6634
@aashirwadchauhan6634 - 29.09.2023 16:59

in just the starting of the video how do we save it ?
w + q ?

the screen is cut off at the bottom

Ответить