UNIX: SED : Branch / Loops / Labels

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024
  • Advanced sed commands

ความคิดเห็น • 29

  • @rahulchaudhary-hr1pm
    @rahulchaudhary-hr1pm 9 วันที่ผ่านมา +1

    Thank you for sharing the video, sir. I really need that video. You explained each topic and examples very well and in detailed. Sed is a bit complicated topic but the way you explain, it became easier for me to understand.

  • @EC_KomalMishra
    @EC_KomalMishra 10 วันที่ผ่านมา +1

    The video contains so many examples of sed commands along with t, T , b , also labels which clarifies the whole concept and helps build multiple approaches to a problem.Thank you so much sir for the systematic explanation. Really grateful🙏.

  • @rathorsanjay3
    @rathorsanjay3 12 วันที่ผ่านมา +1

    Thank you, sir, for such an amazing tutorial! The explanation of `sed` branching and looping concepts was clear and insightful. Learning about assigning two branches to a single label was a new for me.
    The example [echo -e "apple
    cherry
    banana
    apple tart" | sed '2b branch; s/apple/peach /; t branch; s/cherry/berry/; :branch']
    really helped clarify how branching works. Your way of teaching makes complex topics easy to grasp.

  • @souranshusanyal4258
    @souranshusanyal4258 15 วันที่ผ่านมา +1

    The video having several examples really increased the quality of learning. Thank you !

  • @ishanjindal3053
    @ishanjindal3053 10 วันที่ผ่านมา +1

    Thank you sir. This video is highly informative. All doubts related to looping, branching and labels are cleared in a single video. Thank you sir.

  • @rohitrajnish324
    @rohitrajnish324 14 วันที่ผ่านมา +1

    Thank you sir, this session made the concept of branches and labels much crystal clear.

  • @vishugiri01
    @vishugiri01 14 วันที่ผ่านมา +1

    Very helpful video in clearing sed command : branch, labels also the examples are clearing every doubt. Thanku sir for this video.

  • @Bhagat16
    @Bhagat16 15 วันที่ผ่านมา +1

    Branch,label and loops are perfectly explained .Thanks a lot sir

  • @AdityaKumar-n2h3l
    @AdityaKumar-n2h3l 15 วันที่ผ่านมา +1

    very helpful content on sed command and the way you teach t and T cmd i understand very eailsy. Thanks sir for uploading such content....

  • @anuragsiwach4084
    @anuragsiwach4084 15 วันที่ผ่านมา +1

    Thank you for the highly insightful session, sir.

  • @anshsolanki5826
    @anshsolanki5826 13 วันที่ผ่านมา +1

    Thankyou sir very informative video about SED 🙏

  • @kishanbhojrath2755
    @kishanbhojrath2755 10 วันที่ผ่านมา +1

    Thank you sir, the examples made the concept easier to understand

  • @shivshankartripathi4473
    @shivshankartripathi4473 12 วันที่ผ่านมา +1

    Thankyou sir for this video as sed is very powerful command your explanation is very simple and understandable flag is very advance topic of sed thankyou for the video sir 🙏

  • @trishnaswami
    @trishnaswami 15 วันที่ผ่านมา +1

    This video is really helpful and have the usage of best examples ...thnku for ur efforts

  • @anchalgovil4922
    @anchalgovil4922 10 หลายเดือนก่อน +1

    This video is really very helpful in learning new concepts i.e., looping, branching, labelling in sed command.
    Thank you so much sir for sharing this video. 🙏🏻

  • @kunalsaraswat
    @kunalsaraswat 15 วันที่ผ่านมา +1

    Very helpful content ...thank you sir for such a useful video

  • @tanushikasingh2133
    @tanushikasingh2133 14 วันที่ผ่านมา +1

    The video is really helpful and cleared all tge concept related to sed.Thank u sir

  • @Pranjal-c7l
    @Pranjal-c7l 15 วันที่ผ่านมา +1

    A very helpful content.Thank you sir .

  • @shashthipandey357
    @shashthipandey357 10 วันที่ผ่านมา +1

    Thank you sir for this video , really helpful ,deep and up to the point🙏

  • @himanshikhanduja2770
    @himanshikhanduja2770 15 วันที่ผ่านมา +1

    Thank you sir for this video, it was very insightful and each topic was explained properly.

  • @manavnegi8976
    @manavnegi8976 14 วันที่ผ่านมา +1

    Thank you sir this video is very helpful for clearing concept of sed cmd

  • @tanurai3405
    @tanurai3405 15 วันที่ผ่านมา +1

    Thankyou sir, this video really helped a lot in clearing the concept of branch.

  • @AnkitKumar-zt9fq
    @AnkitKumar-zt9fq 15 วันที่ผ่านมา +1

    Thank You Sir for this video, it is very helpful.🙏🙏

  • @Tsakos17
    @Tsakos17 7 หลายเดือนก่อน +1

    Very helpful video, thanks a lot! Keep up the good work!

  • @AvinashRoy-t3n
    @AvinashRoy-t3n 15 วันที่ผ่านมา +2

    This video is very useful for me ❤

  • @Dibakash
    @Dibakash 4 หลายเดือนก่อน

    video was starting good. But I find wrong explanations starting from 19:40. 't' was mixed up with 'T'. So it became confusing. Nevertheless, got the concepts.

    • @learnAlongWithAsh
      @learnAlongWithAsh  4 หลายเดือนก่อน

      Usage of T has been correctly explained, T label branching won't run when prev sed substitution is succesful. I dont see any problem with what you are trying to tell.
      Please go thru with the concepts again.
      Good luck.

    • @Dibakash
      @Dibakash 3 หลายเดือนก่อน

      ​​​@@learnAlongWithAsh isn't it small t you are referring to? Capital T branching does run when substitution is successful right? Or am i missing something here? I got confused when you mentioned capital T will not execute ( 20:39) if previous substitution is successful

  • @TechSavvy-u8w
    @TechSavvy-u8w 10 หลายเดือนก่อน +1

    Gem😊