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

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 506

  • @MPrashant
    @MPrashant  11 месяцев назад +62

    Link of the slides
    Shell Scripting -
    drive.google.com/file/d/1grW0pm8QenQ-A0rx8wNCEtpcTm2-t978/view

    • @ankitasingh8737
      @ankitasingh8737 11 месяцев назад +1

      Thanks

    • @dare_to_dream9146
      @dare_to_dream9146 10 месяцев назад +2

      Thanks Sir!😊

    • @jagatkrishna1543
      @jagatkrishna1543 7 месяцев назад +1

      Thanks 🙏

    • @KeshavJhalani
      @KeshavJhalani 5 месяцев назад

      it will be useful if you could share a zip folder containing all the scripts as your scripts are really helpful while writing the code

    • @PRINCE555YT100
      @PRINCE555YT100 5 месяцев назад +1

      Thanks

  • @avichiii
    @avichiii 11 месяцев назад +27

    before i started this course i had no experience in shell scripting, now i can write 100+ lines of code. truly worth taking the course.
    thank you for freely giving out such valuable knowledge to us.

    • @MPrashant
      @MPrashant  11 месяцев назад +2

      Glad to hear that!

  • @moonknight-g1t
    @moonknight-g1t 8 месяцев назад +24

    Man what a tutorial
    You deserved alot!!!!

  • @nehagorai3952
    @nehagorai3952 Месяц назад +4

    I have 0 knowledge of shell scripting. This video helped me to grasp the knowledge of shell scripting.. completed the 4 hours of this video.

  • @Kernel_King-
    @Kernel_King- 5 месяцев назад +7

    Thanks 😊, abhi mere college mein Shell Scripting chal rhi hai. Yeh Video bohot helpful hai, mere liye 🙏🏻

  • @piyushpatil6874
    @piyushpatil6874 10 месяцев назад +7

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

    • @MPrashant
      @MPrashant  10 месяцев назад +2

      Great work
      Thanks for the feedback
      And All the best

  • @souvikghosh8680
    @souvikghosh8680 Месяц назад +2

    most specific video about shell scripting on the internet. thnx vaiya.

  • @kaustavmajumdar307
    @kaustavmajumdar307 Год назад +24

    Hi Prashant - I got to know about your channel a bit late, but no matter what it has helped me immensely in the entire Linux side of things. I'd request you to kindly also create playlists for Ansible and Python with topics which are important with respect to System Administrator jobs.

  • @fantasticfandom1049
    @fantasticfandom1049 День назад +1

    hey thanks for explaining it from the basic, people just start from advanced level which is hard to follow

  • @hacker-0_0-
    @hacker-0_0- 6 месяцев назад +2

    1:11:09
    we can also do like this instead of directly printing
    #!/bin/bash
    x=19
    y=20
    sub=$(($x-$y))
    echo "Subtraction: - $sub"
    it works and thanks for this course

  • @Junee196
    @Junee196 День назад +1

    Excellent way of teaching. God bless you !

  • @shwetasingh02897
    @shwetasingh02897 11 месяцев назад +5

    Hello sir,I have completed your entire video, now I am very confident in shell scripting, thank you very much❤

  • @golgappa3430
    @golgappa3430 Год назад +8

    Boom 💥 what a beautiful simple impactful video. Thank you will be small word to express gratitude. Its a genuine request if you can come up with YAML, Ansible and Kubernetes playlist , it is going to be bomb. Right now during interviews everyone is expecting very good knowledge on kubernetes, Ansible, terraform from
    freshers. I'm ready to pay the price, please please come up with Ansible, Kubernetes playlist or launch your paid class to train us in real time scenarios. Please 🙏🙏

    • @MPrashant
      @MPrashant  Год назад +2

      Welcome and Gals to hear that!
      Thanks for the suggestions
      I’ll try to cover as much as possible 😀🤗

    • @golgappa3430
      @golgappa3430 Год назад +2

      @@MPrashant paid course lao bhaiyya, fir dekho dhamaal, I'm already your student who is ready to pay for it. Atleast docker, kubernetes, terraform padha do from scratch with industry based projects which will highlight a fresher's potential to land a devops job. Please think about it soon. But don't take too much time to decide, if you want then youtube pe poll karlo and instagram pe bhi to check how many students are ready to enroll. As a fresher can't sit at home for long and be a burden on family . Pre-requisite mein Linux aana chahiye aisa advertise kardo, your playlist is more than enough for linux. Playlist ke views bhi increase ho jaenge. Make it paid, only then people study it seriously and put efforts

  • @shivampatankar3497
    @shivampatankar3497 Год назад +3

    U r always rocking brooo
    Am from commerce background, i have started working as an linux l1 support where company asked me to do shell scripting, half of my task i have completed by watching your videosss

    • @MPrashant
      @MPrashant  Год назад

      Thanks for sharing, Happy Learning!

    • @shivampatankar3497
      @shivampatankar3497 Год назад +1

      @@MPrashant i haven't watched this complete video yet i will surely watch it on this weekend

  • @Siddhartha69699
    @Siddhartha69699 3 месяца назад +2

    2:34:35
    Simple calculator project:
    read -p "Enter first number" x
    read -p "Enter Second number" y
    echo "---Choose one option from below---"
    echo "a for Addtion"
    echo "b for Subtraction"
    echo "c for Multiply"
    echo "d for Division"
    read -p "Enter your choice: " choice
    case $choice in
    a) echo " Sum is $(( x + y ))" ;;
    b) echo " Sub is $(( x - y ))" ;;
    c) echo " Multi is $(( x * y ))" ;;
    d) echo " Divide is $(( x / y ))" ;;
    esac

  • @SHINEUPTILLAST
    @SHINEUPTILLAST Год назад +7

    I would just like to thank you a lot, for such easy explanation. Would love to see more videos like this. 🎉

    • @MPrashant
      @MPrashant  10 месяцев назад

      Thanks for the feedback!

  • @hemagouda2928
    @hemagouda2928 5 месяцев назад +2

    Your explanation gives 100% of your knowledge..
    Awesome tutorial

    • @MPrashant
      @MPrashant  5 месяцев назад

      Glad you think so!😊

  • @sagardhiman6680
    @sagardhiman6680 Год назад +2

    Thnk u bhaiya apki sari linux video dekhta hu sari a to z topic smj aata hai mrko esi field m jana so pls ap ese he video bnte rhye

    • @MPrashant
      @MPrashant  Год назад

      Thanks for sharing and glad to hear that.

  • @mayankkrsingh-zq1vj
    @mayankkrsingh-zq1vj 11 месяцев назад +2

    thank you bhai, I have learnt shell scripting and linux from you
    Please make more videos also add some more projects creation videos.

    • @MPrashant
      @MPrashant  11 месяцев назад

      I will try my best

  • @Pankaj-Virtual-Studio
    @Pankaj-Virtual-Studio 6 месяцев назад +2

    Hey Prashant - Nice Video on shell & Linux concepts & hands on tutorials. I have been working in IT since 15 years and worked on shell & linux as well for 10 plus years. I found your video very helpful for taking a quick one day revision session & also learning few more new concepts . Keep it up Bro. Just to add one suggestion if that helps - You can add kind of an index of topics in the beginning if possible for audiences to know what will be covered in this session. May be this can help in having a glimpse of topics in advance and if someone who has watched the whole video once & wants to refer a particular topic in future then he can do so by referring the index . Thanks for the good work & knowledge sharing .

    • @MPrashant
      @MPrashant  6 месяцев назад

      Thank you so much for the detailed feedback and suggestion!!

  • @31_manojranaphysicshon.86
    @31_manojranaphysicshon.86 2 месяца назад +1

    Dear Prashant
    I just want to tell you that I have got fever to learn shell scripting and you have became my guide for that, I generally don't like share and comment on you tube but your content I can't help myself doing that
    Great work man. Keep going ..❤

    • @MPrashant
      @MPrashant  2 месяца назад

      Glad to hear that!
      Appreciate your feedback!

  • @reshmagholap7226
    @reshmagholap7226 Год назад +11

    All right, so hey Prashant, just want to say thanks! I had a little bit of fear about shell scripts because I'm not from an IT background. But you make it fearless & much more convenient that helps me to learn & run scripts easily. Again thanks for this awesome video😊❤

    • @MPrashant
      @MPrashant  Год назад +1

      Great to hear! and thanks for sharing your experience, All the best!

    • @reshmagholap7226
      @reshmagholap7226 Год назад +1

      Thank you😊@@MPrashant

    • @reshmagholap7226
      @reshmagholap7226 Год назад

      Hi Prashant, can you please share the link for calculation that you gave the task for Arguments passing in shell script.

  • @ALLKINDAGAMING
    @ALLKINDAGAMING Год назад +18

    Very helpful video bro , the way of explaining is good, after this please make a python scripting zero to hero

  • @user-hg3nj5es3g
    @user-hg3nj5es3g 5 месяцев назад +2

    hello sir myself prashanth, it is a nice n helpful video.
    wish u grow more on youtube n bless us with your knowledge.
    why dont you make a video on jenkins as well.

    • @MPrashant
      @MPrashant  5 месяцев назад

      Appreciate your feedback and wishes.
      I will try on Jenkins soon.

  • @StudyWithMeFromBasics
    @StudyWithMeFromBasics Месяц назад

    Thanks, buddy. It's very helpful. I started from scratch and now after 5 hrs 10 min, I was very confident. God Bless You. Love From Singapore

    • @MPrashant
      @MPrashant  Месяц назад

      Great to hear! ❤️

  • @santoshkumar-jf9vb
    @santoshkumar-jf9vb 8 месяцев назад +4

    Excellent video brother.... Thank you so much for all your efforts

  • @adarshpatra416
    @adarshpatra416 Год назад +2

    Just completed the video ... excellent explanation !!

  • @yameensayed7733
    @yameensayed7733 6 месяцев назад +1

    Prashant Sir you are super amazing. You have cleared all the basic to advance concepts. Because of this I am able to implement this skill into DevOps technology to automate large no. of tasks in mean time. Thank you soo much😀

    • @MPrashant
      @MPrashant  6 месяцев назад

      Glad it helped!! Thanks for the feedback!

  • @1112electronics
    @1112electronics 10 месяцев назад +2

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

    • @MPrashant
      @MPrashant  10 месяцев назад

      Glad you liked it!

  • @criticallucario
    @criticallucario 11 месяцев назад +2

    Now I am ready for my shell scripting exam i will shock everyone Thank you sir 😊

    • @MPrashant
      @MPrashant  11 месяцев назад

      Awesome! All the best

  • @AmitSharma-ki1if
    @AmitSharma-ki1if Месяц назад +2

    bahut acha content mila finally!!!!!

  • @Maur956
    @Maur956 7 месяцев назад +2

    love you sir and love from IIIT HYDERABAD.. only your lecture matches with our academic level on youtube...🥰

    • @MPrashant
      @MPrashant  7 месяцев назад

      Glad to hear that!! Thank yoU!!

  • @technologyEnthusiast17
    @technologyEnthusiast17 4 месяца назад +1

    Amazing course , learning all the concepts very clearly , thank you

    • @MPrashant
      @MPrashant  4 месяца назад

      Glad you like it

  • @akashshelke5330
    @akashshelke5330 9 месяцев назад +1

    Finally completed the course. Thank You So Much.

    • @MPrashant
      @MPrashant  9 месяцев назад +1

      Great 👍 Keep it up!

    • @bhaskarkotini6528
      @bhaskarkotini6528 7 месяцев назад

      ​@@MPrashantcan you please complete the shell scripting playlist in English along with projects? It would be really helpful

  • @hacker-0_0-
    @hacker-0_0- 6 месяцев назад +1

    1:54:37 if we have file_path like this /home/kali/Desktop/Bash Scripting/User Interaction/loops/text_file.txt" were some directory have spaces in theri name then
    DO THis
    #!/bin/bash
    FILE="/home/kali/Desktop/Bash Scripting/User Interaction/loops/text_file.txt"
    for name in $(cat "$FILE"); do # here i write FILE variable inside double quote
    echo "file: - $name"
    done

  • @Fryend
    @Fryend 7 месяцев назад +2

    Appreciate your content especially in 4K. Thank you and keep it up.

    • @MPrashant
      @MPrashant  7 месяцев назад

      Much appreciated

  • @sudarsanrout5787
    @sudarsanrout5787 5 месяцев назад +1

    Hi Prashant
    Thank you so much for making this type of video. I have completed the full shell scripting video. Kindly provide me real-time practice questions (shell scripting).

    • @MPrashant
      @MPrashant  5 месяцев назад

      As soon as possible

  • @smbasha
    @smbasha Год назад +4

    Prashant you done a great job simply awesome. Could u please share PPT or PDF that really help for us

  • @handsomevillian
    @handsomevillian Год назад +3

    Alright!!!
    The wait is over ... Thank you prashant sir for your generous work for us ...

    • @MPrashant
      @MPrashant  10 месяцев назад

      It's my pleasure

  • @abhijeetp6337
    @abhijeetp6337 Год назад +2

    Thanks a lot for this. Can't wait to study this tonight. . Also please make a video on Ansible full course if possible for you

  • @swapnilnavale7525
    @swapnilnavale7525 Год назад +3

    great sir this type of vedios will help the most

  • @krishnakumarkumar5710
    @krishnakumarkumar5710 8 месяцев назад +1

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

    • @MPrashant
      @MPrashant  7 месяцев назад +1

      Great!! Glad to hear that

  • @amitkumarlkr
    @amitkumarlkr 8 месяцев назад +2

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

    • @MPrashant
      @MPrashant  8 месяцев назад

      Most Welcome!!

  • @KRISHNAKUMAR-yj3dx
    @KRISHNAKUMAR-yj3dx Год назад +2

    Awesome video bhai, very knowledgeable and detailed video on shell scripting.
    Thanks a lot.

  • @apurvmishra7872
    @apurvmishra7872 3 месяца назад +1

    I was looking for a good tutorial for shell scripting for a while and then your content popped. Appericiate it brother the amount of effort you put in! Also, ngl loved that Hera Pheri References! 😆

    • @MPrashant
      @MPrashant  3 месяца назад +1

      Thanks for the feedback! Glad you liked it.. From Baburo Apte hehe

  • @Aspirants_jai
    @Aspirants_jai 5 месяцев назад +1

    Thank you Prashant bhai providing such valuable content free on RUclips including with notes its very helpful for us.

    • @MPrashant
      @MPrashant  5 месяцев назад

      Glad to hear that!!

  • @gpavankumar1215
    @gpavankumar1215 7 месяцев назад +1

    Loved to watch ,Made my Day .Thanks you for making such good videos .
    Request you to make same on python scripting as well using same Projects .
    If you able to make more videos ,Please make on Jenkins Pipelines , Docker files and Ansible scripts .😄

    • @MPrashant
      @MPrashant  6 месяцев назад

      Thanks for the idea!

  • @ayushagrawal8345
    @ayushagrawal8345 29 дней назад +1

    Well done brother. Really very informative ❤

    • @MPrashant
      @MPrashant  29 дней назад

      Appreciate your feedback!

  • @Seehunter77
    @Seehunter77 4 месяца назад +2

    i learn a lot but pls in next video increase the Volume

  • @aiswarya70
    @aiswarya70 3 месяца назад +1

    Many many thanks from the bottom of my heart for such a useful content!!!!

    • @MPrashant
      @MPrashant  3 месяца назад

      Glad it was helpful!

  • @ArbindKumar-fw8xw
    @ArbindKumar-fw8xw 5 месяцев назад +1

    Very helpful video .Thank you Prashant for making such a wonderful video.

    • @MPrashant
      @MPrashant  5 месяцев назад

      Glad to hear that!!

  • @eddybear9436
    @eddybear9436 5 месяцев назад +1

    Bahut acha padhaya sir. Thank you 😇

    • @MPrashant
      @MPrashant  5 месяцев назад +1

      Glad you liked it!!

  • @maheshbandaru2991
    @maheshbandaru2991 Год назад +2

    Thank you!. What are you planning for next?

  • @venkatreddy8829
    @venkatreddy8829 9 месяцев назад +2

    Great one and very well presented

    • @MPrashant
      @MPrashant  9 месяцев назад

      Glad you liked it!

  • @AsifIqbal-vg9oq
    @AsifIqbal-vg9oq 3 месяца назад +2

    Sir's lecture is very precise.iliked it very much .
    All the things which you need to know when changing a language is covered in the lecture.🎉👍🏻✅

  • @fooger_
    @fooger_ Год назад +3

    OMG it's very helpful for me thank you so much Bhai ❤

    • @MPrashant
      @MPrashant  Год назад +1

      Glad to hear that ✌🏼

    • @fooger_
      @fooger_ Год назад +1

      @@MPrashant ❤️🙏

  • @abhisheksah3652
    @abhisheksah3652 6 месяцев назад +1

    Really informative video in a very simple language. Thanks Prashant.👍👍

  • @shekhsalim2519
    @shekhsalim2519 4 месяца назад +1

    Awesome teaching....Thanks for the efforts....

    • @MPrashant
      @MPrashant  4 месяца назад

      It's my pleasure!!

  • @vinayvishwakarma8111
    @vinayvishwakarma8111 10 месяцев назад +1

    Very Helpful Video, the way of explaining is excellent.

    • @MPrashant
      @MPrashant  9 месяцев назад

      Glad it was helpful!

  • @udupimirror2068
    @udupimirror2068 Год назад +1

    one of the best tutorials ever seen about shell script. thank you, bro,

  • @dattabhabal421
    @dattabhabal421 Месяц назад +1

    In string operation grep awk and sed are very much important

  • @rahulsawaratkar9446
    @rahulsawaratkar9446 7 месяцев назад +1

    Hey Prashant thanks for your videos. You provide knowledge and explain things in the easiest possible way which makes learnig more comfortable. Keeping posting and hoping you cover all the Devops topics for all of us. Also wanted to know how to put forward our doubts to you and get solution for same.

    • @MPrashant
      @MPrashant  6 месяцев назад

      Thanks for the feedback!!
      for the doubt you can leave in the comments so I can try to answer or others from community can also help!!

  • @sajan_kumar_tak
    @sajan_kumar_tak Год назад +2

    Boht Shandhar prashant bhaiya

  • @harshvardhanfatnani2367
    @harshvardhanfatnani2367 3 месяца назад +1

    Thanks for helping and getting me a very good package

    • @MPrashant
      @MPrashant  3 месяца назад

      Awesome news!! Congratulations!!

    • @MPrashant
      @MPrashant  3 месяца назад

      can you share bit about the role you got and package (if you are okay to share) :)

  • @user-cc5gg5ul1e
    @user-cc5gg5ul1e Год назад +1

    hello i want you to thank you so much from the bottom of my heart ❤❤❤❤ for this this wonderful teaching keep doing once again thank you

    • @MPrashant
      @MPrashant  Год назад

      Glad to hear that and You're very welcome!

  • @akashshelke5330
    @akashshelke5330 9 месяцев назад +1

    Its really nice that you've also shown troubleshooting.

    • @MPrashant
      @MPrashant  9 месяцев назад +1

      Glad to hear that!

  • @rutujakurhekar8630
    @rutujakurhekar8630 5 месяцев назад +1

    Thank you so much for making such priceless tutorial for us😊

    • @MPrashant
      @MPrashant  5 месяцев назад

      glad it help..😊

  • @Peterrock13126
    @Peterrock13126 Год назад +3

    giving the review after completing full video. explanation was very good and easily understandable . Made scripting to learn very easy .thankyou for making such a wonderful session

    • @MPrashant
      @MPrashant  Год назад

      Appreciate your feedback, Glad to hear that 😀

  • @raghvendrapratapsingh6729
    @raghvendrapratapsingh6729 8 месяцев назад +1

    Great job sir, Really appreciate you for making this video. 😇😇

  • @creativeSinghrajwanshi
    @creativeSinghrajwanshi Год назад +1

    Aap great ho sir itna easy way me btaye 🙇ur teaching good mind blowing

  • @Friday_Vibes
    @Friday_Vibes 2 месяца назад +1

    great work bro , thank you for the tutorial .

  • @I_Anupam_Pandey
    @I_Anupam_Pandey 6 месяцев назад +1

    Amazing tutorial, can you please share all shell scripts discuss in this video

  • @Lohar_
    @Lohar_ Год назад +3

    Thank you so much for this video ❤

  • @user-xl3gp7wp6t
    @user-xl3gp7wp6t 4 месяца назад +1

    thank you so much you are the best teacher I learned a lot from this video big thank I am from Pakistan

    • @MPrashant
      @MPrashant  3 месяца назад

      Welcome to the channel!! Keep growing buddy

  • @Kunalmpawar
    @Kunalmpawar 9 месяцев назад +1

    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.

    • @MPrashant
      @MPrashant  9 месяцев назад +1

      Thanks for the feedback!
      Regarding the future, it will be always there to make our task easy and automated however some automated tools can be there to make it faster.
      However understanding of topics will be always useful to make changes as per our need.

  • @ajaychaudhari8548
    @ajaychaudhari8548 11 месяцев назад +1

    Awesome video bhaiii.......crisp n clear...

    • @MPrashant
      @MPrashant  11 месяцев назад +1

      Glad to hear that!

  • @sampath-sam
    @sampath-sam Год назад +2

    Prashant this is so awesome, Keep Up bro.
    so many unique commands and ways were explained in this session!

  • @durgapadakaran8470
    @durgapadakaran8470 3 месяца назад +1

    Thank you sir ❤❤❤

  • @tanayabanerjee2380
    @tanayabanerjee2380 2 месяца назад

    Please share more real time scenarios in devops point of view or any other challenges on shell scripts ...

  • @shardulbhot5970
    @shardulbhot5970 5 месяцев назад +1

    () in shell is used for arithmetic evaluation / command substitution . You missed this

    • @MPrashant
      @MPrashant  5 месяцев назад

      Thanks for pointing

  • @theindiangaminggeek3535
    @theindiangaminggeek3535 11 месяцев назад +1

    Excellent and Outstanding...keep it up bro...❤

  • @dtvind
    @dtvind 6 месяцев назад +1

    If guyz are heroes, they can start up companies to compete in the world.

  • @GamerBoy-ii4jc
    @GamerBoy-ii4jc Год назад

    Bhai buhat buhat shukrya
    I have a request please bhai esi video bna do k devops ko kese follow kry road map bna dy devops ka detail me k step by step knsi cheese phly kry or kese kry like linux -> git -> cloud,bash scripting and then what?

  • @user-mr6sj8mq5z
    @user-mr6sj8mq5z Год назад +2

    Hello Prashanth thanks for the knowledge video.. Please explain about [ ] , ( ), { } brackets ? when and where to use .

    • @MPrashant
      @MPrashant  Год назад +3

      {} for block of code
      [] for logic testing
      (()) arithmetic operations

    • @user-mr6sj8mq5z
      @user-mr6sj8mq5z Год назад

      @@MPrashant i am still a beginner , Please explain $(($x-$y))" when we need to use (( )) double brackets .. is it predefined ?

    • @Rathan..
      @Rathan.. 11 месяцев назад

      @@MPrashant we use (()) for arithmetic operations right?

    • @MPrashant
      @MPrashant  11 месяцев назад

      @@Rathan.. right

    • @Rathan..
      @Rathan.. 11 месяцев назад +1

      @@MPrashant you have mentioned () in above comment, so want to let you know to correct it. Thank you

  • @maheshaks2742
    @maheshaks2742 20 дней назад

    Sir i have a doubt in 17th script.. Why you use in for loop ((I =0, I

  • @Neel_Vjghfdssdfg
    @Neel_Vjghfdssdfg 11 месяцев назад +1

    Thankyou somuch very informative video.

    • @MPrashant
      @MPrashant  11 месяцев назад

      Glad it was helpful!

  • @pankajb1000
    @pankajb1000 7 месяцев назад +1

    It helped a lot brother. Thank you very much !!!

  • @babunaikv8252
    @babunaikv8252 11 месяцев назад +1

    Best video in RUclips❤

    • @MPrashant
      @MPrashant  11 месяцев назад

      Thank you 😊

  • @gautamdikshit9888
    @gautamdikshit9888 Месяц назад +1

    I seriously need to meet this Babu Rao and Paul

  • @qaziaman2320
    @qaziaman2320 Год назад +1

    Very very helpful video, you are simply awesome man

  • @easyforyou2959
    @easyforyou2959 Год назад +2

    Thank you so much

  • @anshumansatapathy9766
    @anshumansatapathy9766 Год назад +2

    Hi, I have watched almost all of your videos. Your explanations are very simple which is very helpful. Request you to please make a video on linux admin tasks with real-life scenario projects

  • @pratikshapadghan
    @pratikshapadghan 8 месяцев назад +1

    Great Sir It really helps

  • @ankeshpal1379
    @ankeshpal1379 Год назад +2

    Thank you bhai

  • @jacksray6222
    @jacksray6222 4 месяца назад +2

    Thank you bro ❤
    One question, whatever you have taught is this enough to appear for DevOps engineer interview where they ask shell scripting, so If I practice these commands is this enough to appear interview

    • @MPrashant
      @MPrashant  4 месяца назад

      Yes it's enough,
      Although if they ask any question related to scenario based or task then you will need to combine multiple topics to solve it.

  • @mohdasif5403
    @mohdasif5403 Год назад +2

    Thanks for sharing ❤

  • @venkatreddy8829
    @venkatreddy8829 9 месяцев назад +1

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

  • @girimaya2210
    @girimaya2210 5 месяцев назад +1

    Thank you so much sir !

  • @jamelmunaty7732
    @jamelmunaty7732 8 месяцев назад +1

    very thankful to you

  • @shalinderjeetsinghrandhawa1889
    @shalinderjeetsinghrandhawa1889 10 месяцев назад +1

    Hi Sir,
    Thanks for this amazing video. Could you please help me solve this question which was asked during my Datadog interview.
    Let's say I have an array say arr=("element1" "element2" "element3"). How to print the output as element 1 element 2 element 3.
    They wanted me to segregate each value into strings and numbers.